Shades of Pale Rose #E7CDD2
Tints of Pale Rose #E7CDD2
RGB
CMYK
RGB Variations
Color information
#E7CDD2 (or 0xE7CDD2) is known color: Pale Rose. HEX triplet: E7, CD and D2. RGB value is (231,205,210). Sum of RGB (Red+Green+Blue) = 231+205+210=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD2 is #18322D. Grayscale: #D5D5D5. Windows color (decimal): -1585710 or 13815271. OLE color: 13815271.
HSL color Cylindrical-coordinate representation of color #E7CDD2: hue angle of 348.46º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CDD2 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 210 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.09 |
| HSL | 348.46º | 0.35% | 0.85% | - |
| HSV(B) | 348.46º | 0.11% | 0.91% | - |
| XYZ | 66.42 | 65.3 | 70.08 | - |
| YUV | 213.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 210 | 0 | 0.11 | 0.09 | 0.09 | 348.46 | 0.35 | 0.85 |
| Hex | E7 | CD | D2 | 0 | B | 9 | 9 | 15C | 23 | 55 |
| Octal | 347 | 315 | 322 | 0 | 13 | 11 | 11 | 534 | 43 | 125 |
| Binary | 11100111 | 11001101 | 11010010 | 0 | 1011 | 1001 | 1001 | 101011100 | 100011 | 1010101 |
Color Harmonies of #E7CDD2
Complementary color
Monochromatic Colors of #E7CDD2
Black with #E7CDD2
Text Example
Text Example
White with #E7CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDD2; }
p { color: rgb(231,205,210); }
H1.HeaderClassName
{
color: #E7CDD2;
}
.AnyTagClassName
{
color: #E7CDD2;
}
</style>
background-color css
<style>
a { background-color: #E7CDD2; }
a { background-color: rgb(231,205,210); }
div.DivClassName
{
background-color: #E7CDD2;
}
.BgClassName
{
background-color: #E7CDD2;
}
</style>
border-color css
<style>
span { border-color: #E7CDD2; }
span { border-color: rgb(231,205,210); }
td.TdClassName
{
border-color: #E7CDD2;
}
.TagClassName
{
border-color: #E7CDD2;
}
</style>