Shades of Pale Rose #E2D1D2
Tints of Pale Rose #E2D1D2
RGB
CMYK
RGB Variations
Color information
#E2D1D2 (or 0xE2D1D2) is known color: Pale Rose. HEX triplet: E2, D1 and D2. RGB value is (226,209,210). Sum of RGB (Red+Green+Blue) = 226+209+210=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D1D2 is #1D2E2D. Grayscale: #D6D6D6. Windows color (decimal): -1912366 or 13816290. OLE color: 13816290.
HSL color Cylindrical-coordinate representation of color #E2D1D2: hue angle of 356.47º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D1D2 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 209 | 210 | - |
CMYK | 0 | 0.08 | 0.07 | 0.11 |
HSL | 356.47º | 0.23% | 0.85% | - |
HSV(B) | 356.47º | 0.08% | 0.89% | - |
XYZ | 65.8 | 66.42 | 70.33 | - |
YUV | 214.2 | 125.63 | 136.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 209 | 210 | 0 | 0.08 | 0.07 | 0.11 | 356.47 | 0.23 | 0.85 |
Hex | E2 | D1 | D2 | 0 | 8 | 7 | B | 164 | 17 | 55 |
Octal | 342 | 321 | 322 | 0 | 10 | 7 | 13 | 544 | 27 | 125 |
Binary | 11100010 | 11010001 | 11010010 | 0 | 1000 | 111 | 1011 | 101100100 | 10111 | 1010101 |
Color Harmonies of #E2D1D2
Complementary color
Monochromatic Colors of #E2D1D2
Black with #E2D1D2
Text Example
Text Example
White with #E2D1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1D2; }
p { color: rgb(226,209,210); }
H1.HeaderClassName
{
color: #E2D1D2;
}
.AnyTagClassName
{
color: #E2D1D2;
}
</style>
background-color css
<style>
a { background-color: #E2D1D2; }
a { background-color: rgb(226,209,210); }
div.DivClassName
{
background-color: #E2D1D2;
}
.BgClassName
{
background-color: #E2D1D2;
}
</style>
border-color css
<style>
span { border-color: #E2D1D2; }
span { border-color: rgb(226,209,210); }
td.TdClassName
{
border-color: #E2D1D2;
}
.TagClassName
{
border-color: #E2D1D2;
}
</style>