Shades of Pale Rose #E7D0D4
Tints of Pale Rose #E7D0D4
RGB
CMYK
RGB Variations
Color information
#E7D0D4 (or 0xE7D0D4) is known color: Pale Rose. HEX triplet: E7, D0 and D4. RGB value is (231,208,212). Sum of RGB (Red+Green+Blue) = 231+208+212=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0D4 is #182F2B. Grayscale: #D7D7D7. Windows color (decimal): -1584940 or 13947111. OLE color: 13947111.
HSL color Cylindrical-coordinate representation of color #E7D0D4: hue angle of 349.57º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D0D4 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 208 | 212 | - |
CMYK | 0 | 0.10 | 0.08 | 0.09 |
HSL | 349.57º | 0.32% | 0.86% | - |
HSV(B) | 349.57º | 0.1% | 0.91% | - |
XYZ | 67.39 | 66.85 | 71.64 | - |
YUV | 215.33 | 126.12 | 139.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 208 | 212 | 0 | 0.10 | 0.08 | 0.09 | 349.57 | 0.32 | 0.86 |
Hex | E7 | D0 | D4 | 0 | A | 8 | 9 | 15E | 20 | 56 |
Octal | 347 | 320 | 324 | 0 | 12 | 10 | 11 | 536 | 40 | 126 |
Binary | 11100111 | 11010000 | 11010100 | 0 | 1010 | 1000 | 1001 | 101011110 | 100000 | 1010110 |
Color Harmonies of #E7D0D4
Complementary color
Monochromatic Colors of #E7D0D4
Black with #E7D0D4
Text Example
Text Example
White with #E7D0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0D4; }
p { color: rgb(231,208,212); }
H1.HeaderClassName
{
color: #E7D0D4;
}
.AnyTagClassName
{
color: #E7D0D4;
}
</style>
background-color css
<style>
a { background-color: #E7D0D4; }
a { background-color: rgb(231,208,212); }
div.DivClassName
{
background-color: #E7D0D4;
}
.BgClassName
{
background-color: #E7D0D4;
}
</style>
border-color css
<style>
span { border-color: #E7D0D4; }
span { border-color: rgb(231,208,212); }
td.TdClassName
{
border-color: #E7D0D4;
}
.TagClassName
{
border-color: #E7D0D4;
}
</style>