Shades of Pale Rose #E2D1D4
Tints of Pale Rose #E2D1D4
RGB
CMYK
RGB Variations
Color information
#E2D1D4 (or 0xE2D1D4) is known color: Pale Rose. HEX triplet: E2, D1 and D4. RGB value is (226,209,212). Sum of RGB (Red+Green+Blue) = 226+209+212=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D1D4 is #1D2E2B. Grayscale: #D6D6D6. Windows color (decimal): -1912364 or 13947362. OLE color: 13947362.
HSL color Cylindrical-coordinate representation of color #E2D1D4: hue angle of 349.41º 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 #E2D1D4 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 209 | 212 | - |
CMYK | 0 | 0.08 | 0.06 | 0.11 |
HSL | 349.41º | 0.23% | 0.85% | - |
HSV(B) | 349.41º | 0.08% | 0.89% | - |
XYZ | 66.05 | 66.52 | 71.65 | - |
YUV | 214.43 | 126.63 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 209 | 212 | 0 | 0.08 | 0.06 | 0.11 | 349.41 | 0.23 | 0.85 |
Hex | E2 | D1 | D4 | 0 | 8 | 6 | B | 15D | 17 | 55 |
Octal | 342 | 321 | 324 | 0 | 10 | 6 | 13 | 535 | 27 | 125 |
Binary | 11100010 | 11010001 | 11010100 | 0 | 1000 | 110 | 1011 | 101011101 | 10111 | 1010101 |
Color Harmonies of #E2D1D4
Complementary color
Monochromatic Colors of #E2D1D4
Black with #E2D1D4
Text Example
Text Example
White with #E2D1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1D4; }
p { color: rgb(226,209,212); }
H1.HeaderClassName
{
color: #E2D1D4;
}
.AnyTagClassName
{
color: #E2D1D4;
}
</style>
background-color css
<style>
a { background-color: #E2D1D4; }
a { background-color: rgb(226,209,212); }
div.DivClassName
{
background-color: #E2D1D4;
}
.BgClassName
{
background-color: #E2D1D4;
}
</style>
border-color css
<style>
span { border-color: #E2D1D4; }
span { border-color: rgb(226,209,212); }
td.TdClassName
{
border-color: #E2D1D4;
}
.TagClassName
{
border-color: #E2D1D4;
}
</style>