Shades of Pale Rose #EED4DB
Tints of Pale Rose #EED4DB
RGB
CMYK
RGB Variations
Color information
#EED4DB (or 0xEED4DB) is known color: Pale Rose. HEX triplet: EE, D4 and DB. RGB value is (238,212,219). Sum of RGB (Red+Green+Blue) = 238+212+219=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4DB is #112B24. Grayscale: #DCDCDC. Windows color (decimal): -1125157 or 14406894. OLE color: 14406894.
HSL color Cylindrical-coordinate representation of color #EED4DB: hue angle of 343.85º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED4DB is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 219 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.07 |
| HSL | 343.85º | 0.43% | 0.88% | - |
| HSV(B) | 343.85º | 0.11% | 0.93% | - |
| XYZ | 71.59 | 70.38 | 76.83 | - |
| YUV | 220.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 219 | 0 | 0.11 | 0.08 | 0.07 | 343.85 | 0.43 | 0.88 |
| Hex | EE | D4 | DB | 0 | B | 8 | 7 | 158 | 2B | 58 |
| Octal | 356 | 324 | 333 | 0 | 13 | 10 | 7 | 530 | 53 | 130 |
| Binary | 11101110 | 11010100 | 11011011 | 0 | 1011 | 1000 | 111 | 101011000 | 101011 | 1011000 |
Color Harmonies of #EED4DB
Complementary color
Monochromatic Colors of #EED4DB
Black with #EED4DB
Text Example
Text Example
White with #EED4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4DB; }
p { color: rgb(238,212,219); }
H1.HeaderClassName
{
color: #EED4DB;
}
.AnyTagClassName
{
color: #EED4DB;
}
</style>
background-color css
<style>
a { background-color: #EED4DB; }
a { background-color: rgb(238,212,219); }
div.DivClassName
{
background-color: #EED4DB;
}
.BgClassName
{
background-color: #EED4DB;
}
</style>
border-color css
<style>
span { border-color: #EED4DB; }
span { border-color: rgb(238,212,219); }
td.TdClassName
{
border-color: #EED4DB;
}
.TagClassName
{
border-color: #EED4DB;
}
</style>