Shades of Pink Lace #EECED6
Tints of Pink Lace #EECED6
RGB
CMYK
RGB Variations
Color information
#EECED6 (or 0xEECED6) is known color: Pink Lace. HEX triplet: EE, CE and D6. RGB value is (238,206,214). Sum of RGB (Red+Green+Blue) = 238+206+214=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EECED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECED6 is #113129. Grayscale: #D8D8D8. Windows color (decimal): -1126698 or 14077678. OLE color: 14077678.
HSL color Cylindrical-coordinate representation of color #EECED6: hue angle of 345º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECED6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 214 | - |
CMYK | 0 | 0.13 | 0.10 | 0.07 |
HSL | 345º | 0.48% | 0.87% | - |
HSV(B) | 345º | 0.13% | 0.93% | - |
XYZ | 69.47 | 67.17 | 72.92 | - |
YUV | 216.48 | 126.6 | 143.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 214 | 0 | 0.13 | 0.10 | 0.07 | 345 | 0.48 | 0.87 |
Hex | EE | CE | D6 | 0 | D | A | 7 | 159 | 30 | 57 |
Octal | 356 | 316 | 326 | 0 | 15 | 12 | 7 | 531 | 60 | 127 |
Binary | 11101110 | 11001110 | 11010110 | 0 | 1101 | 1010 | 111 | 101011001 | 110000 | 1010111 |
Color Harmonies of #EECED6
Complementary color
Monochromatic Colors of #EECED6
Black with #EECED6
Text Example
Text Example
White with #EECED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECED6; }
p { color: rgb(238,206,214); }
H1.HeaderClassName
{
color: #EECED6;
}
.AnyTagClassName
{
color: #EECED6;
}
</style>
background-color css
<style>
a { background-color: #EECED6; }
a { background-color: rgb(238,206,214); }
div.DivClassName
{
background-color: #EECED6;
}
.BgClassName
{
background-color: #EECED6;
}
</style>
border-color css
<style>
span { border-color: #EECED6; }
span { border-color: rgb(238,206,214); }
td.TdClassName
{
border-color: #EECED6;
}
.TagClassName
{
border-color: #EECED6;
}
</style>