Shades of Pale Rose #EED0D6
Tints of Pale Rose #EED0D6
RGB
CMYK
RGB Variations
Color information
#EED0D6 (or 0xEED0D6) is known color: Pale Rose. HEX triplet: EE, D0 and D6. RGB value is (238,208,214). Sum of RGB (Red+Green+Blue) = 238+208+214=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0D6 is #112F29. Grayscale: #D9D9D9. Windows color (decimal): -1126186 or 14078190. OLE color: 14078190.
HSL color Cylindrical-coordinate representation of color #EED0D6: hue angle of 348º 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 #EED0D6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 214 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.07 |
| HSL | 348º | 0.47% | 0.87% | - |
| HSV(B) | 348º | 0.13% | 0.93% | - |
| XYZ | 69.95 | 68.14 | 73.08 | - |
| YUV | 217.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 214 | 0 | 0.13 | 0.10 | 0.07 | 348 | 0.47 | 0.87 |
| Hex | EE | D0 | D6 | 0 | D | A | 7 | 15C | 2F | 57 |
| Octal | 356 | 320 | 326 | 0 | 15 | 12 | 7 | 534 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11010110 | 0 | 1101 | 1010 | 111 | 101011100 | 101111 | 1010111 |
Color Harmonies of #EED0D6
Complementary color
Monochromatic Colors of #EED0D6
Black with #EED0D6
Text Example
Text Example
White with #EED0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0D6; }
p { color: rgb(238,208,214); }
H1.HeaderClassName
{
color: #EED0D6;
}
.AnyTagClassName
{
color: #EED0D6;
}
</style>
background-color css
<style>
a { background-color: #EED0D6; }
a { background-color: rgb(238,208,214); }
div.DivClassName
{
background-color: #EED0D6;
}
.BgClassName
{
background-color: #EED0D6;
}
</style>
border-color css
<style>
span { border-color: #EED0D6; }
span { border-color: rgb(238,208,214); }
td.TdClassName
{
border-color: #EED0D6;
}
.TagClassName
{
border-color: #EED0D6;
}
</style>