Shades of Pale Rose #EECFD3
Tints of Pale Rose #EECFD3
RGB
CMYK
RGB Variations
Color information
#EECFD3 (or 0xEECFD3) is known color: Pale Rose. HEX triplet: EE, CF and D3. RGB value is (238,207,211). Sum of RGB (Red+Green+Blue) = 238+207+211=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFD3 is #11302C. Grayscale: #D8D8D8. Windows color (decimal): -1126445 or 13881326. OLE color: 13881326.
HSL color Cylindrical-coordinate representation of color #EECFD3: hue angle of 352.26º 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 #EECFD3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 211 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.07 |
| HSL | 352.26º | 0.48% | 0.87% | - |
| HSV(B) | 352.26º | 0.13% | 0.93% | - |
| XYZ | 69.33 | 67.51 | 71 | - |
| YUV | 216.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 211 | 0 | 0.13 | 0.11 | 0.07 | 352.26 | 0.48 | 0.87 |
| Hex | EE | CF | D3 | 0 | D | B | 7 | 160 | 30 | 57 |
| Octal | 356 | 317 | 323 | 0 | 15 | 13 | 7 | 540 | 60 | 127 |
| Binary | 11101110 | 11001111 | 11010011 | 0 | 1101 | 1011 | 111 | 101100000 | 110000 | 1010111 |
Color Harmonies of #EECFD3
Complementary color
Monochromatic Colors of #EECFD3
Black with #EECFD3
Text Example
Text Example
White with #EECFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFD3; }
p { color: rgb(238,207,211); }
H1.HeaderClassName
{
color: #EECFD3;
}
.AnyTagClassName
{
color: #EECFD3;
}
</style>
background-color css
<style>
a { background-color: #EECFD3; }
a { background-color: rgb(238,207,211); }
div.DivClassName
{
background-color: #EECFD3;
}
.BgClassName
{
background-color: #EECFD3;
}
</style>
border-color css
<style>
span { border-color: #EECFD3; }
span { border-color: rgb(238,207,211); }
td.TdClassName
{
border-color: #EECFD3;
}
.TagClassName
{
border-color: #EECFD3;
}
</style>