Shades of Pale Rose #E7CFD2
Tints of Pale Rose #E7CFD2
RGB
CMYK
RGB Variations
Color information
#E7CFD2 (or 0xE7CFD2) is known color: Pale Rose. HEX triplet: E7, CF and D2. RGB value is (231,207,210). Sum of RGB (Red+Green+Blue) = 231+207+210=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFD2 is #18302D. Grayscale: #D6D6D6. Windows color (decimal): -1585198 or 13815783. OLE color: 13815783.
HSL color Cylindrical-coordinate representation of color #E7CFD2: hue angle of 352.5º degrees, saturation: 0.33, 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 #E7CFD2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 210 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.09 |
| HSL | 352.5º | 0.33% | 0.86% | - |
| HSV(B) | 352.5º | 0.1% | 0.91% | - |
| XYZ | 66.9 | 66.27 | 70.24 | - |
| YUV | 214.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 210 | 0 | 0.10 | 0.09 | 0.09 | 352.5 | 0.33 | 0.86 |
| Hex | E7 | CF | D2 | 0 | A | 9 | 9 | 160 | 21 | 56 |
| Octal | 347 | 317 | 322 | 0 | 12 | 11 | 11 | 540 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11010010 | 0 | 1010 | 1001 | 1001 | 101100000 | 100001 | 1010110 |
Color Harmonies of #E7CFD2
Complementary color
Monochromatic Colors of #E7CFD2
Black with #E7CFD2
Text Example
Text Example
White with #E7CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFD2; }
p { color: rgb(231,207,210); }
H1.HeaderClassName
{
color: #E7CFD2;
}
.AnyTagClassName
{
color: #E7CFD2;
}
</style>
background-color css
<style>
a { background-color: #E7CFD2; }
a { background-color: rgb(231,207,210); }
div.DivClassName
{
background-color: #E7CFD2;
}
.BgClassName
{
background-color: #E7CFD2;
}
</style>
border-color css
<style>
span { border-color: #E7CFD2; }
span { border-color: rgb(231,207,210); }
td.TdClassName
{
border-color: #E7CFD2;
}
.TagClassName
{
border-color: #E7CFD2;
}
</style>