#EDAED0

Color #EDAED0 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EDAED0

Tints of Lavender Pink #EDAED0

Color information

#EDAED0 (or 0xEDAED0) is unknown color: approx Lavender Pink. HEX triplet: ED, AE and D0. RGB value is (237,174,208). Sum of RGB (Red+Green+Blue) = 237+174+208=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAED0 is #12512F. Grayscale: #C4C4C4. Windows color (decimal): -1200432 or 13676269. OLE color: 13676269.

HSL color Cylindrical-coordinate representation of color #EDAED0: hue angle of 327.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAED0 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB237174208-
CMYK00.270.120.07
HSL327.62º63.64%80.59%-
HSV(B)327.62º26.58%92.94%-
XYZ61.4552.8366.63-
YUV196.71134.37156.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=38.29%
G=28.11%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717420800.270.120.07327.6263.6480.59
HexEDAED001BC71484051
Octal355256320033147510100121
Binary111011011010111011010000011011110011110100100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAED0; }

 p { color: rgb(237,174,208); }

 H1.HeaderClassName
 {
   color: #EDAED0;
 }
 .AnyTagClassName
 {
   color: #EDAED0;
 }
</style>
background-color css

<style>
 a { background-color: #EDAED0; }

 a { background-color: rgb(237,174,208); }

 div.DivClassName
 {
   background-color: #EDAED0;
 }
 .BgClassName
 {
   background-color: #EDAED0;
 }
</style>
border-color css

<style>
 span { border-color: #EDAED0; }

 span { border-color: rgb(237,174,208); }

 td.TdClassName
 {
   border-color: #EDAED0;
 }
 .TagClassName
 {
   border-color: #EDAED0;
 }
</style>