Shades of Pale Rose #EED4DC
Tints of Pale Rose #EED4DC
RGB
CMYK
RGB Variations
Color information
#EED4DC (or 0xEED4DC) is known color: Pale Rose. HEX triplet: EE, D4 and DC. RGB value is (238,212,220). Sum of RGB (Red+Green+Blue) = 238+212+220=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4DC is #112B23. Grayscale: #DCDCDC. Windows color (decimal): -1125156 or 14472430. OLE color: 14472430.
HSL color Cylindrical-coordinate representation of color #EED4DC: hue angle of 341.54º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED4DC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 220 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.07 |
| HSL | 341.54º | 0.43% | 0.88% | - |
| HSV(B) | 341.54º | 0.11% | 0.93% | - |
| XYZ | 71.72 | 70.43 | 77.52 | - |
| YUV | 220.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 220 | 0 | 0.11 | 0.08 | 0.07 | 341.54 | 0.43 | 0.88 |
| Hex | EE | D4 | DC | 0 | B | 8 | 7 | 156 | 2B | 58 |
| Octal | 356 | 324 | 334 | 0 | 13 | 10 | 7 | 526 | 53 | 130 |
| Binary | 11101110 | 11010100 | 11011100 | 0 | 1011 | 1000 | 111 | 101010110 | 101011 | 1011000 |
Color Harmonies of #EED4DC
Complementary color
Monochromatic Colors of #EED4DC
Black with #EED4DC
Text Example
Text Example
White with #EED4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4DC; }
p { color: rgb(238,212,220); }
H1.HeaderClassName
{
color: #EED4DC;
}
.AnyTagClassName
{
color: #EED4DC;
}
</style>
background-color css
<style>
a { background-color: #EED4DC; }
a { background-color: rgb(238,212,220); }
div.DivClassName
{
background-color: #EED4DC;
}
.BgClassName
{
background-color: #EED4DC;
}
</style>
border-color css
<style>
span { border-color: #EED4DC; }
span { border-color: rgb(238,212,220); }
td.TdClassName
{
border-color: #EED4DC;
}
.TagClassName
{
border-color: #EED4DC;
}
</style>