Shades of Pale Rose #EECFD2
Tints of Pale Rose #EECFD2
RGB
CMYK
RGB Variations
Color information
#EECFD2 (or 0xEECFD2) is known color: Pale Rose. HEX triplet: EE, CF and D2. RGB value is (238,207,210). Sum of RGB (Red+Green+Blue) = 238+207+210=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFD2 is #11302D. Grayscale: #D8D8D8. Windows color (decimal): -1126446 or 13815790. OLE color: 13815790.
HSL color Cylindrical-coordinate representation of color #EECFD2: hue angle of 354.19º 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 #EECFD2 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 207 | 210 | - |
CMYK | 0 | 0.13 | 0.12 | 0.07 |
HSL | 354.19º | 0.48% | 0.87% | - |
HSV(B) | 354.19º | 0.13% | 0.93% | - |
XYZ | 69.21 | 67.46 | 70.35 | - |
YUV | 216.61 | 124.27 | 143.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 210 | 0 | 0.13 | 0.12 | 0.07 | 354.19 | 0.48 | 0.87 |
Hex | EE | CF | D2 | 0 | D | C | 7 | 162 | 30 | 57 |
Octal | 356 | 317 | 322 | 0 | 15 | 14 | 7 | 542 | 60 | 127 |
Binary | 11101110 | 11001111 | 11010010 | 0 | 1101 | 1100 | 111 | 101100010 | 110000 | 1010111 |
Color Harmonies of #EECFD2
Complementary color
Monochromatic Colors of #EECFD2
Black with #EECFD2
Text Example
Text Example
White with #EECFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFD2; }
p { color: rgb(238,207,210); }
H1.HeaderClassName
{
color: #EECFD2;
}
.AnyTagClassName
{
color: #EECFD2;
}
</style>
background-color css
<style>
a { background-color: #EECFD2; }
a { background-color: rgb(238,207,210); }
div.DivClassName
{
background-color: #EECFD2;
}
.BgClassName
{
background-color: #EECFD2;
}
</style>
border-color css
<style>
span { border-color: #EECFD2; }
span { border-color: rgb(238,207,210); }
td.TdClassName
{
border-color: #EECFD2;
}
.TagClassName
{
border-color: #EECFD2;
}
</style>