Shades of Pale Rose #EECDD2
Tints of Pale Rose #EECDD2
RGB
CMYK
RGB Variations
Color information
#EECDD2 (or 0xEECDD2) is known color: Pale Rose. HEX triplet: EE, CD and D2. RGB value is (238,205,210). Sum of RGB (Red+Green+Blue) = 238+205+210=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD2 is #11322D. Grayscale: #D7D7D7. Windows color (decimal): -1126958 or 13815278. OLE color: 13815278.
HSL color Cylindrical-coordinate representation of color #EECDD2: hue angle of 350.91º 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 #EECDD2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 210 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.07 |
| HSL | 350.91º | 0.49% | 0.87% | - |
| HSV(B) | 350.91º | 0.14% | 0.93% | - |
| XYZ | 68.72 | 66.49 | 70.19 | - |
| YUV | 215.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 210 | 0 | 0.14 | 0.12 | 0.07 | 350.91 | 0.49 | 0.87 |
| Hex | EE | CD | D2 | 0 | E | C | 7 | 15F | 31 | 57 |
| Octal | 356 | 315 | 322 | 0 | 16 | 14 | 7 | 537 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11010010 | 0 | 1110 | 1100 | 111 | 101011111 | 110001 | 1010111 |
Color Harmonies of #EECDD2
Complementary color
Monochromatic Colors of #EECDD2
Black with #EECDD2
Text Example
Text Example
White with #EECDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDD2; }
p { color: rgb(238,205,210); }
H1.HeaderClassName
{
color: #EECDD2;
}
.AnyTagClassName
{
color: #EECDD2;
}
</style>
background-color css
<style>
a { background-color: #EECDD2; }
a { background-color: rgb(238,205,210); }
div.DivClassName
{
background-color: #EECDD2;
}
.BgClassName
{
background-color: #EECDD2;
}
</style>
border-color css
<style>
span { border-color: #EECDD2; }
span { border-color: rgb(238,205,210); }
td.TdClassName
{
border-color: #EECDD2;
}
.TagClassName
{
border-color: #EECDD2;
}
</style>