Shades of Pale Rose #E7CFD0
Tints of Pale Rose #E7CFD0
RGB
CMYK
RGB Variations
Color information
#E7CFD0 (or 0xE7CFD0) is known color: Pale Rose. HEX triplet: E7, CF and D0. RGB value is (231,207,208). Sum of RGB (Red+Green+Blue) = 231+207+208=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFD0 is #18302F. Grayscale: #D6D6D6. Windows color (decimal): -1585200 or 13684711. OLE color: 13684711.
HSL color Cylindrical-coordinate representation of color #E7CFD0: hue angle of 357.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 #E7CFD0 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 207 | 208 | - |
CMYK | 0 | 0.10 | 0.10 | 0.09 |
HSL | 357.5º | 0.33% | 0.86% | - |
HSV(B) | 357.5º | 0.1% | 0.91% | - |
XYZ | 66.65 | 66.17 | 68.93 | - |
YUV | 214.29 | 124.45 | 139.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 207 | 208 | 0 | 0.10 | 0.10 | 0.09 | 357.5 | 0.33 | 0.86 |
Hex | E7 | CF | D0 | 0 | A | A | 9 | 166 | 21 | 56 |
Octal | 347 | 317 | 320 | 0 | 12 | 12 | 11 | 546 | 41 | 126 |
Binary | 11100111 | 11001111 | 11010000 | 0 | 1010 | 1010 | 1001 | 101100110 | 100001 | 1010110 |
Color Harmonies of #E7CFD0
Complementary color
Monochromatic Colors of #E7CFD0
Black with #E7CFD0
Text Example
Text Example
White with #E7CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFD0; }
p { color: rgb(231,207,208); }
H1.HeaderClassName
{
color: #E7CFD0;
}
.AnyTagClassName
{
color: #E7CFD0;
}
</style>
background-color css
<style>
a { background-color: #E7CFD0; }
a { background-color: rgb(231,207,208); }
div.DivClassName
{
background-color: #E7CFD0;
}
.BgClassName
{
background-color: #E7CFD0;
}
</style>
border-color css
<style>
span { border-color: #E7CFD0; }
span { border-color: rgb(231,207,208); }
td.TdClassName
{
border-color: #E7CFD0;
}
.TagClassName
{
border-color: #E7CFD0;
}
</style>