Shades of Pale Rose #EEDAE0
Tints of Pale Rose #EEDAE0
RGB
CMYK
RGB Variations
Color information
#EEDAE0 (or 0xEEDAE0) is known color: Pale Rose. HEX triplet: EE, DA and E0. RGB value is (238,218,224). Sum of RGB (Red+Green+Blue) = 238+218+224=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE0 is #11251F. Grayscale: #E0E0E0. Windows color (decimal): -1123616 or 14736110. OLE color: 14736110.
HSL color Cylindrical-coordinate representation of color #EEDAE0: hue angle of 342º 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 #EEDAE0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 224 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.07 |
| HSL | 342º | 0.37% | 0.89% | - |
| HSV(B) | 342º | 0.08% | 0.93% | - |
| XYZ | 73.79 | 73.7 | 80.86 | - |
| YUV | 224.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 224 | 0 | 0.08 | 0.06 | 0.07 | 342 | 0.37 | 0.89 |
| Hex | EE | DA | E0 | 0 | 8 | 6 | 7 | 156 | 25 | 59 |
| Octal | 356 | 332 | 340 | 0 | 10 | 6 | 7 | 526 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11100000 | 0 | 1000 | 110 | 111 | 101010110 | 100101 | 1011001 |
Color Harmonies of #EEDAE0
Complementary color
Monochromatic Colors of #EEDAE0
Black with #EEDAE0
Text Example
Text Example
White with #EEDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAE0; }
p { color: rgb(238,218,224); }
H1.HeaderClassName
{
color: #EEDAE0;
}
.AnyTagClassName
{
color: #EEDAE0;
}
</style>
background-color css
<style>
a { background-color: #EEDAE0; }
a { background-color: rgb(238,218,224); }
div.DivClassName
{
background-color: #EEDAE0;
}
.BgClassName
{
background-color: #EEDAE0;
}
</style>
border-color css
<style>
span { border-color: #EEDAE0; }
span { border-color: rgb(238,218,224); }
td.TdClassName
{
border-color: #EEDAE0;
}
.TagClassName
{
border-color: #EEDAE0;
}
</style>