Shades of Pale Rose #EECDD0
Tints of Pale Rose #EECDD0
RGB
CMYK
RGB Variations
Color information
#EECDD0 (or 0xEECDD0) is known color: Pale Rose. HEX triplet: EE, CD and D0. RGB value is (238,205,208). Sum of RGB (Red+Green+Blue) = 238+205+208=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD0 is #11322F. Grayscale: #D7D7D7. Windows color (decimal): -1126960 or 13684206. OLE color: 13684206.
HSL color Cylindrical-coordinate representation of color #EECDD0: hue angle of 354.55º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDD0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 208 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.07 |
| HSL | 354.55º | 0.49% | 0.87% | - |
| HSV(B) | 354.55º | 0.14% | 0.93% | - |
| XYZ | 68.48 | 66.39 | 68.88 | - |
| YUV | 215.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 208 | 0 | 0.14 | 0.13 | 0.07 | 354.55 | 0.49 | 0.87 |
| Hex | EE | CD | D0 | 0 | E | D | 7 | 163 | 31 | 57 |
| Octal | 356 | 315 | 320 | 0 | 16 | 15 | 7 | 543 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11010000 | 0 | 1110 | 1101 | 111 | 101100011 | 110001 | 1010111 |
Color Harmonies of #EECDD0
Complementary color
Monochromatic Colors of #EECDD0
Black with #EECDD0
Text Example
Text Example
White with #EECDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDD0; }
p { color: rgb(238,205,208); }
H1.HeaderClassName
{
color: #EECDD0;
}
.AnyTagClassName
{
color: #EECDD0;
}
</style>
background-color css
<style>
a { background-color: #EECDD0; }
a { background-color: rgb(238,205,208); }
div.DivClassName
{
background-color: #EECDD0;
}
.BgClassName
{
background-color: #EECDD0;
}
</style>
border-color css
<style>
span { border-color: #EECDD0; }
span { border-color: rgb(238,205,208); }
td.TdClassName
{
border-color: #EECDD0;
}
.TagClassName
{
border-color: #EECDD0;
}
</style>