Shades of Pale Rose #EEDADD
Tints of Pale Rose #EEDADD
RGB
CMYK
RGB Variations
Color information
#EEDADD (or 0xEEDADD) is known color: Pale Rose. HEX triplet: EE, DA and DD. RGB value is (238,218,221). Sum of RGB (Red+Green+Blue) = 238+218+221=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADD is #112522. Grayscale: #E0E0E0. Windows color (decimal): -1123619 or 14539502. OLE color: 14539502.
HSL color Cylindrical-coordinate representation of color #EEDADD: hue angle of 351º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDADD is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 221 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.07 |
| HSL | 351º | 0.37% | 0.89% | - |
| HSV(B) | 351º | 0.08% | 0.93% | - |
| XYZ | 73.38 | 73.54 | 78.73 | - |
| YUV | 224.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 221 | 0 | 0.08 | 0.07 | 0.07 | 351 | 0.37 | 0.89 |
| Hex | EE | DA | DD | 0 | 8 | 7 | 7 | 15F | 25 | 59 |
| Octal | 356 | 332 | 335 | 0 | 10 | 7 | 7 | 537 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11011101 | 0 | 1000 | 111 | 111 | 101011111 | 100101 | 1011001 |
Color Harmonies of #EEDADD
Complementary color
Monochromatic Colors of #EEDADD
Black with #EEDADD
Text Example
Text Example
White with #EEDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDADD; }
p { color: rgb(238,218,221); }
H1.HeaderClassName
{
color: #EEDADD;
}
.AnyTagClassName
{
color: #EEDADD;
}
</style>
background-color css
<style>
a { background-color: #EEDADD; }
a { background-color: rgb(238,218,221); }
div.DivClassName
{
background-color: #EEDADD;
}
.BgClassName
{
background-color: #EEDADD;
}
</style>
border-color css
<style>
span { border-color: #EEDADD; }
span { border-color: rgb(238,218,221); }
td.TdClassName
{
border-color: #EEDADD;
}
.TagClassName
{
border-color: #EEDADD;
}
</style>