Shades of Pale Rose #EEDADB
Tints of Pale Rose #EEDADB
RGB
CMYK
RGB Variations
Color information
#EEDADB (or 0xEEDADB) is known color: Pale Rose. HEX triplet: EE, DA and DB. RGB value is (238,218,219). Sum of RGB (Red+Green+Blue) = 238+218+219=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADB is #112524. Grayscale: #E0E0E0. Windows color (decimal): -1123621 or 14408430. OLE color: 14408430.
HSL color Cylindrical-coordinate representation of color #EEDADB: hue angle of 357º 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 #EEDADB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 219 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 357º | 0.37% | 0.89% | - |
| HSV(B) | 357º | 0.08% | 0.93% | - |
| XYZ | 73.12 | 73.43 | 77.34 | - |
| YUV | 224.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 219 | 0 | 0.08 | 0.08 | 0.07 | 357 | 0.37 | 0.89 |
| Hex | EE | DA | DB | 0 | 8 | 8 | 7 | 165 | 25 | 59 |
| Octal | 356 | 332 | 333 | 0 | 10 | 10 | 7 | 545 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11011011 | 0 | 1000 | 1000 | 111 | 101100101 | 100101 | 1011001 |
Color Harmonies of #EEDADB
Complementary color
Monochromatic Colors of #EEDADB
Black with #EEDADB
Text Example
Text Example
White with #EEDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDADB; }
p { color: rgb(238,218,219); }
H1.HeaderClassName
{
color: #EEDADB;
}
.AnyTagClassName
{
color: #EEDADB;
}
</style>
background-color css
<style>
a { background-color: #EEDADB; }
a { background-color: rgb(238,218,219); }
div.DivClassName
{
background-color: #EEDADB;
}
.BgClassName
{
background-color: #EEDADB;
}
</style>
border-color css
<style>
span { border-color: #EEDADB; }
span { border-color: rgb(238,218,219); }
td.TdClassName
{
border-color: #EEDADB;
}
.TagClassName
{
border-color: #EEDADB;
}
</style>