Shades of Pale Rose #EECFD0
Tints of Pale Rose #EECFD0
RGB
CMYK
RGB Variations
Color information
#EECFD0 (or 0xEECFD0) is known color: Pale Rose. HEX triplet: EE, CF and D0. RGB value is (238,207,208). Sum of RGB (Red+Green+Blue) = 238+207+208=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFD0 is #11302F. Grayscale: #D8D8D8. Windows color (decimal): -1126448 or 13684718. OLE color: 13684718.
HSL color Cylindrical-coordinate representation of color #EECFD0: hue angle of 358.06º 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 #EECFD0 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 207 | 208 | - |
CMYK | 0 | 0.13 | 0.13 | 0.07 |
HSL | 358.06º | 0.48% | 0.87% | - |
HSV(B) | 358.06º | 0.13% | 0.93% | - |
XYZ | 68.96 | 67.36 | 69.04 | - |
YUV | 216.38 | 123.27 | 143.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 208 | 0 | 0.13 | 0.13 | 0.07 | 358.06 | 0.48 | 0.87 |
Hex | EE | CF | D0 | 0 | D | D | 7 | 166 | 30 | 57 |
Octal | 356 | 317 | 320 | 0 | 15 | 15 | 7 | 546 | 60 | 127 |
Binary | 11101110 | 11001111 | 11010000 | 0 | 1101 | 1101 | 111 | 101100110 | 110000 | 1010111 |
Color Harmonies of #EECFD0
Complementary color
Monochromatic Colors of #EECFD0
Black with #EECFD0
Text Example
Text Example
White with #EECFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFD0; }
p { color: rgb(238,207,208); }
H1.HeaderClassName
{
color: #EECFD0;
}
.AnyTagClassName
{
color: #EECFD0;
}
</style>
background-color css
<style>
a { background-color: #EECFD0; }
a { background-color: rgb(238,207,208); }
div.DivClassName
{
background-color: #EECFD0;
}
.BgClassName
{
background-color: #EECFD0;
}
</style>
border-color css
<style>
span { border-color: #EECFD0; }
span { border-color: rgb(238,207,208); }
td.TdClassName
{
border-color: #EECFD0;
}
.TagClassName
{
border-color: #EECFD0;
}
</style>