Shades of Pale Rose #E7CED3
Tints of Pale Rose #E7CED3
RGB
CMYK
RGB Variations
Color information
#E7CED3 (or 0xE7CED3) is known color: Pale Rose. HEX triplet: E7, CE and D3. RGB value is (231,206,211). Sum of RGB (Red+Green+Blue) = 231+206+211=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CED3 is #18312C. Grayscale: #D6D6D6. Windows color (decimal): -1585453 or 13881063. OLE color: 13881063.
HSL color Cylindrical-coordinate representation of color #E7CED3: hue angle of 348º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CED3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 211 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.09 |
| HSL | 348º | 0.34% | 0.86% | - |
| HSV(B) | 348º | 0.11% | 0.91% | - |
| XYZ | 66.78 | 65.83 | 70.82 | - |
| YUV | 214.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 211 | 0 | 0.11 | 0.09 | 0.09 | 348 | 0.34 | 0.86 |
| Hex | E7 | CE | D3 | 0 | B | 9 | 9 | 15C | 22 | 56 |
| Octal | 347 | 316 | 323 | 0 | 13 | 11 | 11 | 534 | 42 | 126 |
| Binary | 11100111 | 11001110 | 11010011 | 0 | 1011 | 1001 | 1001 | 101011100 | 100010 | 1010110 |
Color Harmonies of #E7CED3
Complementary color
Monochromatic Colors of #E7CED3
Black with #E7CED3
Text Example
Text Example
White with #E7CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CED3; }
p { color: rgb(231,206,211); }
H1.HeaderClassName
{
color: #E7CED3;
}
.AnyTagClassName
{
color: #E7CED3;
}
</style>
background-color css
<style>
a { background-color: #E7CED3; }
a { background-color: rgb(231,206,211); }
div.DivClassName
{
background-color: #E7CED3;
}
.BgClassName
{
background-color: #E7CED3;
}
</style>
border-color css
<style>
span { border-color: #E7CED3; }
span { border-color: rgb(231,206,211); }
td.TdClassName
{
border-color: #E7CED3;
}
.TagClassName
{
border-color: #E7CED3;
}
</style>