Shades of Pale Rose #EECED2
Tints of Pale Rose #EECED2
RGB
CMYK
RGB Variations
Color information
#EECED2 (or 0xEECED2) is known color: Pale Rose. HEX triplet: EE, CE and D2. RGB value is (238,206,210). Sum of RGB (Red+Green+Blue) = 238+206+210=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EECED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECED2 is #11312D. Grayscale: #D8D8D8. Windows color (decimal): -1126702 or 13815534. OLE color: 13815534.
HSL color Cylindrical-coordinate representation of color #EECED2: hue angle of 352.5º 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 #EECED2 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 210 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.07 |
| HSL | 352.5º | 0.48% | 0.87% | - |
| HSV(B) | 352.5º | 0.13% | 0.93% | - |
| XYZ | 68.96 | 66.97 | 70.27 | - |
| YUV | 216.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 210 | 0 | 0.13 | 0.12 | 0.07 | 352.5 | 0.48 | 0.87 |
| Hex | EE | CE | D2 | 0 | D | C | 7 | 160 | 30 | 57 |
| Octal | 356 | 316 | 322 | 0 | 15 | 14 | 7 | 540 | 60 | 127 |
| Binary | 11101110 | 11001110 | 11010010 | 0 | 1101 | 1100 | 111 | 101100000 | 110000 | 1010111 |
Color Harmonies of #EECED2
Complementary color
Monochromatic Colors of #EECED2
Black with #EECED2
Text Example
Text Example
White with #EECED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECED2; }
p { color: rgb(238,206,210); }
H1.HeaderClassName
{
color: #EECED2;
}
.AnyTagClassName
{
color: #EECED2;
}
</style>
background-color css
<style>
a { background-color: #EECED2; }
a { background-color: rgb(238,206,210); }
div.DivClassName
{
background-color: #EECED2;
}
.BgClassName
{
background-color: #EECED2;
}
</style>
border-color css
<style>
span { border-color: #EECED2; }
span { border-color: rgb(238,206,210); }
td.TdClassName
{
border-color: #EECED2;
}
.TagClassName
{
border-color: #EECED2;
}
</style>