Shades of Pale Rose #EED0D4
Tints of Pale Rose #EED0D4
RGB
CMYK
RGB Variations
Color information
#EED0D4 (or 0xEED0D4) is known color: Pale Rose. HEX triplet: EE, D0 and D4. RGB value is (238,208,212). Sum of RGB (Red+Green+Blue) = 238+208+212=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0D4 is #112F2B. Grayscale: #D9D9D9. Windows color (decimal): -1126188 or 13947118. OLE color: 13947118.
HSL color Cylindrical-coordinate representation of color #EED0D4: hue angle of 352º degrees, saturation: 0.47, 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 #EED0D4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 212 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.07 |
| HSL | 352º | 0.47% | 0.87% | - |
| HSV(B) | 352º | 0.13% | 0.93% | - |
| XYZ | 69.7 | 68.04 | 71.75 | - |
| YUV | 217.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 212 | 0 | 0.13 | 0.11 | 0.07 | 352 | 0.47 | 0.87 |
| Hex | EE | D0 | D4 | 0 | D | B | 7 | 160 | 2F | 57 |
| Octal | 356 | 320 | 324 | 0 | 15 | 13 | 7 | 540 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11010100 | 0 | 1101 | 1011 | 111 | 101100000 | 101111 | 1010111 |
Color Harmonies of #EED0D4
Complementary color
Monochromatic Colors of #EED0D4
Black with #EED0D4
Text Example
Text Example
White with #EED0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0D4; }
p { color: rgb(238,208,212); }
H1.HeaderClassName
{
color: #EED0D4;
}
.AnyTagClassName
{
color: #EED0D4;
}
</style>
background-color css
<style>
a { background-color: #EED0D4; }
a { background-color: rgb(238,208,212); }
div.DivClassName
{
background-color: #EED0D4;
}
.BgClassName
{
background-color: #EED0D4;
}
</style>
border-color css
<style>
span { border-color: #EED0D4; }
span { border-color: rgb(238,208,212); }
td.TdClassName
{
border-color: #EED0D4;
}
.TagClassName
{
border-color: #EED0D4;
}
</style>