Shades of Pale Rose #EED2D4
Tints of Pale Rose #EED2D4
RGB
CMYK
RGB Variations
Color information
#EED2D4 (or 0xEED2D4) is known color: Pale Rose. HEX triplet: EE, D2 and D4. RGB value is (238,210,212). Sum of RGB (Red+Green+Blue) = 238+210+212=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2D4 is #112D2B. Grayscale: #DADADA. Windows color (decimal): -1125676 or 13947630. OLE color: 13947630.
HSL color Cylindrical-coordinate representation of color #EED2D4: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED2D4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 212 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.07 |
| HSL | 355.71º | 0.45% | 0.88% | - |
| HSV(B) | 355.71º | 0.12% | 0.93% | - |
| XYZ | 70.19 | 69.02 | 71.91 | - |
| YUV | 218.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 212 | 0 | 0.12 | 0.11 | 0.07 | 355.71 | 0.45 | 0.88 |
| Hex | EE | D2 | D4 | 0 | C | B | 7 | 164 | 2D | 58 |
| Octal | 356 | 322 | 324 | 0 | 14 | 13 | 7 | 544 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11010100 | 0 | 1100 | 1011 | 111 | 101100100 | 101101 | 1011000 |
Color Harmonies of #EED2D4
Complementary color
Monochromatic Colors of #EED2D4
Black with #EED2D4
Text Example
Text Example
White with #EED2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2D4; }
p { color: rgb(238,210,212); }
H1.HeaderClassName
{
color: #EED2D4;
}
.AnyTagClassName
{
color: #EED2D4;
}
</style>
background-color css
<style>
a { background-color: #EED2D4; }
a { background-color: rgb(238,210,212); }
div.DivClassName
{
background-color: #EED2D4;
}
.BgClassName
{
background-color: #EED2D4;
}
</style>
border-color css
<style>
span { border-color: #EED2D4; }
span { border-color: rgb(238,210,212); }
td.TdClassName
{
border-color: #EED2D4;
}
.TagClassName
{
border-color: #EED2D4;
}
</style>