Shades of Pale Rose #EECED4
Tints of Pale Rose #EECED4
RGB
CMYK
RGB Variations
Color information
#EECED4 (or 0xEECED4) is known color: Pale Rose. HEX triplet: EE, CE and D4. RGB value is (238,206,212). Sum of RGB (Red+Green+Blue) = 238+206+212=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EECED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECED4 is #11312B. Grayscale: #D8D8D8. Windows color (decimal): -1126700 or 13946606. OLE color: 13946606.
HSL color Cylindrical-coordinate representation of color #EECED4: hue angle of 348.75º 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 #EECED4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 212 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.07 |
| HSL | 348.75º | 0.48% | 0.87% | - |
| HSV(B) | 348.75º | 0.13% | 0.93% | - |
| XYZ | 69.21 | 67.07 | 71.59 | - |
| YUV | 216.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 212 | 0 | 0.13 | 0.11 | 0.07 | 348.75 | 0.48 | 0.87 |
| Hex | EE | CE | D4 | 0 | D | B | 7 | 15D | 30 | 57 |
| Octal | 356 | 316 | 324 | 0 | 15 | 13 | 7 | 535 | 60 | 127 |
| Binary | 11101110 | 11001110 | 11010100 | 0 | 1101 | 1011 | 111 | 101011101 | 110000 | 1010111 |
Color Harmonies of #EECED4
Complementary color
Monochromatic Colors of #EECED4
Black with #EECED4
Text Example
Text Example
White with #EECED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECED4; }
p { color: rgb(238,206,212); }
H1.HeaderClassName
{
color: #EECED4;
}
.AnyTagClassName
{
color: #EECED4;
}
</style>
background-color css
<style>
a { background-color: #EECED4; }
a { background-color: rgb(238,206,212); }
div.DivClassName
{
background-color: #EECED4;
}
.BgClassName
{
background-color: #EECED4;
}
</style>
border-color css
<style>
span { border-color: #EECED4; }
span { border-color: rgb(238,206,212); }
td.TdClassName
{
border-color: #EECED4;
}
.TagClassName
{
border-color: #EECED4;
}
</style>