Shades of Pale Rose #EEDADE
Tints of Pale Rose #EEDADE
RGB
CMYK
RGB Variations
Color information
#EEDADE (or 0xEEDADE) is known color: Pale Rose. HEX triplet: EE, DA and DE. RGB value is (238,218,222). Sum of RGB (Red+Green+Blue) = 238+218+222=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADE is #112521. Grayscale: #E0E0E0. Windows color (decimal): -1123618 or 14605038. OLE color: 14605038.
HSL color Cylindrical-coordinate representation of color #EEDADE: hue angle of 348º 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 #EEDADE is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 222 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.07 |
| HSL | 348º | 0.37% | 0.89% | - |
| HSV(B) | 348º | 0.08% | 0.93% | - |
| XYZ | 73.52 | 73.59 | 79.44 | - |
| YUV | 224.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 222 | 0 | 0.08 | 0.07 | 0.07 | 348 | 0.37 | 0.89 |
| Hex | EE | DA | DE | 0 | 8 | 7 | 7 | 15C | 25 | 59 |
| Octal | 356 | 332 | 336 | 0 | 10 | 7 | 7 | 534 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11011110 | 0 | 1000 | 111 | 111 | 101011100 | 100101 | 1011001 |
Color Harmonies of #EEDADE
Complementary color
Monochromatic Colors of #EEDADE
Black with #EEDADE
Text Example
Text Example
White with #EEDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDADE; }
p { color: rgb(238,218,222); }
H1.HeaderClassName
{
color: #EEDADE;
}
.AnyTagClassName
{
color: #EEDADE;
}
</style>
background-color css
<style>
a { background-color: #EEDADE; }
a { background-color: rgb(238,218,222); }
div.DivClassName
{
background-color: #EEDADE;
}
.BgClassName
{
background-color: #EEDADE;
}
</style>
border-color css
<style>
span { border-color: #EEDADE; }
span { border-color: rgb(238,218,222); }
td.TdClassName
{
border-color: #EEDADE;
}
.TagClassName
{
border-color: #EEDADE;
}
</style>