Shades of Pale Rose #EED3DA
Tints of Pale Rose #EED3DA
RGB
CMYK
RGB Variations
Color information
#EED3DA (or 0xEED3DA) is known color: Pale Rose. HEX triplet: EE, D3 and DA. RGB value is (238,211,218). Sum of RGB (Red+Green+Blue) = 238+211+218=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DA is #112C25. Grayscale: #DBDBDB. Windows color (decimal): -1125414 or 14341102. OLE color: 14341102.
HSL color Cylindrical-coordinate representation of color #EED3DA: hue angle of 344.44º degrees, saturation: 0.44, 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 #EED3DA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 218 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.07 |
| HSL | 344.44º | 0.44% | 0.88% | - |
| HSV(B) | 344.44º | 0.11% | 0.93% | - |
| XYZ | 71.21 | 69.83 | 76.05 | - |
| YUV | 219.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 218 | 0 | 0.11 | 0.08 | 0.07 | 344.44 | 0.44 | 0.88 |
| Hex | EE | D3 | DA | 0 | B | 8 | 7 | 158 | 2C | 58 |
| Octal | 356 | 323 | 332 | 0 | 13 | 10 | 7 | 530 | 54 | 130 |
| Binary | 11101110 | 11010011 | 11011010 | 0 | 1011 | 1000 | 111 | 101011000 | 101100 | 1011000 |
Color Harmonies of #EED3DA
Complementary color
Monochromatic Colors of #EED3DA
Black with #EED3DA
Text Example
Text Example
White with #EED3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3DA; }
p { color: rgb(238,211,218); }
H1.HeaderClassName
{
color: #EED3DA;
}
.AnyTagClassName
{
color: #EED3DA;
}
</style>
background-color css
<style>
a { background-color: #EED3DA; }
a { background-color: rgb(238,211,218); }
div.DivClassName
{
background-color: #EED3DA;
}
.BgClassName
{
background-color: #EED3DA;
}
</style>
border-color css
<style>
span { border-color: #EED3DA; }
span { border-color: rgb(238,211,218); }
td.TdClassName
{
border-color: #EED3DA;
}
.TagClassName
{
border-color: #EED3DA;
}
</style>