Shades of Pale Rose #E0D2D3
Tints of Pale Rose #E0D2D3
RGB
CMYK
RGB Variations
Color information
#E0D2D3 (or 0xE0D2D3) is known color: Pale Rose. HEX triplet: E0, D2 and D3. RGB value is (224,210,211). Sum of RGB (Red+Green+Blue) = 224+210+211=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2D3 is #1F2D2C. Grayscale: #D6D6D6. Windows color (decimal): -2043181 or 13882080. OLE color: 13882080.
HSL color Cylindrical-coordinate representation of color #E0D2D3: hue angle of 355.71º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0D2D3 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 211 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.12 |
| HSL | 355.71º | 0.18% | 0.85% | - |
| HSV(B) | 355.71º | 0.06% | 0.88% | - |
| XYZ | 65.54 | 66.64 | 71.04 | - |
| YUV | 214.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 211 | 0 | 0.06 | 0.06 | 0.12 | 355.71 | 0.18 | 0.85 |
| Hex | E0 | D2 | D3 | 0 | 6 | 6 | C | 164 | 12 | 55 |
| Octal | 340 | 322 | 323 | 0 | 6 | 6 | 14 | 544 | 22 | 125 |
| Binary | 11100000 | 11010010 | 11010011 | 0 | 110 | 110 | 1100 | 101100100 | 10010 | 1010101 |
Color Harmonies of #E0D2D3
Complementary color
Monochromatic Colors of #E0D2D3
Black with #E0D2D3
Text Example
Text Example
White with #E0D2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2D3; }
p { color: rgb(224,210,211); }
H1.HeaderClassName
{
color: #E0D2D3;
}
.AnyTagClassName
{
color: #E0D2D3;
}
</style>
background-color css
<style>
a { background-color: #E0D2D3; }
a { background-color: rgb(224,210,211); }
div.DivClassName
{
background-color: #E0D2D3;
}
.BgClassName
{
background-color: #E0D2D3;
}
</style>
border-color css
<style>
span { border-color: #E0D2D3; }
span { border-color: rgb(224,210,211); }
td.TdClassName
{
border-color: #E0D2D3;
}
.TagClassName
{
border-color: #E0D2D3;
}
</style>