Shades of Pink Lace #EEC5D0
Tints of Pink Lace #EEC5D0
RGB
CMYK
RGB Variations
Color information
#EEC5D0 (or 0xEEC5D0) is known color: Pink Lace. HEX triplet: EE, C5 and D0. RGB value is (238,197,208). Sum of RGB (Red+Green+Blue) = 238+197+208=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5D0 is #113A2F. Grayscale: #D2D2D2. Windows color (decimal): -1129008 or 13682158. OLE color: 13682158.
HSL color Cylindrical-coordinate representation of color #EEC5D0: hue angle of 343.9º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5D0 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 197 | 208 | - |
CMYK | 0 | 0.17 | 0.13 | 0.07 |
HSL | 343.9º | 0.55% | 0.85% | - |
HSV(B) | 343.9º | 0.17% | 0.93% | - |
XYZ | 66.61 | 62.66 | 68.26 | - |
YUV | 210.51 | 126.58 | 147.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 197 | 208 | 0 | 0.17 | 0.13 | 0.07 | 343.9 | 0.55 | 0.85 |
Hex | EE | C5 | D0 | 0 | 11 | D | 7 | 158 | 37 | 55 |
Octal | 356 | 305 | 320 | 0 | 21 | 15 | 7 | 530 | 67 | 125 |
Binary | 11101110 | 11000101 | 11010000 | 0 | 10001 | 1101 | 111 | 101011000 | 110111 | 1010101 |
Color Harmonies of #EEC5D0
Complementary color
Monochromatic Colors of #EEC5D0
Black with #EEC5D0
Text Example
Text Example
White with #EEC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5D0; }
p { color: rgb(238,197,208); }
H1.HeaderClassName
{
color: #EEC5D0;
}
.AnyTagClassName
{
color: #EEC5D0;
}
</style>
background-color css
<style>
a { background-color: #EEC5D0; }
a { background-color: rgb(238,197,208); }
div.DivClassName
{
background-color: #EEC5D0;
}
.BgClassName
{
background-color: #EEC5D0;
}
</style>
border-color css
<style>
span { border-color: #EEC5D0; }
span { border-color: rgb(238,197,208); }
td.TdClassName
{
border-color: #EEC5D0;
}
.TagClassName
{
border-color: #EEC5D0;
}
</style>