Shades of Pink Lace #EECCD2
Tints of Pink Lace #EECCD2
RGB
CMYK
RGB Variations
Color information
#EECCD2 (or 0xEECCD2) is known color: Pink Lace. HEX triplet: EE, CC and D2. RGB value is (238,204,210). Sum of RGB (Red+Green+Blue) = 238+204+210=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCD2 is #11332D. Grayscale: #D6D6D6. Windows color (decimal): -1127214 or 13815022. OLE color: 13815022.
HSL color Cylindrical-coordinate representation of color #EECCD2: hue angle of 349.41º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCD2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 210 | - |
CMYK | 0 | 0.14 | 0.12 | 0.07 |
HSL | 349.41º | 0.5% | 0.87% | - |
HSV(B) | 349.41º | 0.14% | 0.93% | - |
XYZ | 68.49 | 66.02 | 70.11 | - |
YUV | 214.85 | 125.26 | 144.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 210 | 0 | 0.14 | 0.12 | 0.07 | 349.41 | 0.5 | 0.87 |
Hex | EE | CC | D2 | 0 | E | C | 7 | 15D | 32 | 57 |
Octal | 356 | 314 | 322 | 0 | 16 | 14 | 7 | 535 | 62 | 127 |
Binary | 11101110 | 11001100 | 11010010 | 0 | 1110 | 1100 | 111 | 101011101 | 110010 | 1010111 |
Color Harmonies of #EECCD2
Complementary color
Monochromatic Colors of #EECCD2
Black with #EECCD2
Text Example
Text Example
White with #EECCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCD2; }
p { color: rgb(238,204,210); }
H1.HeaderClassName
{
color: #EECCD2;
}
.AnyTagClassName
{
color: #EECCD2;
}
</style>
background-color css
<style>
a { background-color: #EECCD2; }
a { background-color: rgb(238,204,210); }
div.DivClassName
{
background-color: #EECCD2;
}
.BgClassName
{
background-color: #EECCD2;
}
</style>
border-color css
<style>
span { border-color: #EECCD2; }
span { border-color: rgb(238,204,210); }
td.TdClassName
{
border-color: #EECCD2;
}
.TagClassName
{
border-color: #EECCD2;
}
</style>