Shades of Prim #E5CFD9
Tints of Prim #E5CFD9
RGB
CMYK
RGB Variations
Color information
#E5CFD9 (or 0xE5CFD9) is known color: Prim. HEX triplet: E5, CF and D9. RGB value is (229,207,217). Sum of RGB (Red+Green+Blue) = 229+207+217=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFD9 is #1A3026. Grayscale: #D6D6D6. Windows color (decimal): -1716263 or 14274533. OLE color: 14274533.
HSL color Cylindrical-coordinate representation of color #E5CFD9: hue angle of 332.73º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CFD9 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 207 | 217 | - |
CMYK | 0 | 0.10 | 0.05 | 0.10 |
HSL | 332.73º | 0.3% | 0.85% | - |
HSV(B) | 332.73º | 0.1% | 0.9% | - |
XYZ | 67.15 | 66.29 | 74.9 | - |
YUV | 214.72 | 129.29 | 138.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 207 | 217 | 0 | 0.10 | 0.05 | 0.10 | 332.73 | 0.3 | 0.85 |
Hex | E5 | CF | D9 | 0 | A | 5 | A | 14D | 1E | 55 |
Octal | 345 | 317 | 331 | 0 | 12 | 5 | 12 | 515 | 36 | 125 |
Binary | 11100101 | 11001111 | 11011001 | 0 | 1010 | 101 | 1010 | 101001101 | 11110 | 1010101 |
Color Harmonies of #E5CFD9
Complementary color
Monochromatic Colors of #E5CFD9
Black with #E5CFD9
Text Example
Text Example
White with #E5CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFD9; }
p { color: rgb(229,207,217); }
H1.HeaderClassName
{
color: #E5CFD9;
}
.AnyTagClassName
{
color: #E5CFD9;
}
</style>
background-color css
<style>
a { background-color: #E5CFD9; }
a { background-color: rgb(229,207,217); }
div.DivClassName
{
background-color: #E5CFD9;
}
.BgClassName
{
background-color: #E5CFD9;
}
</style>
border-color css
<style>
span { border-color: #E5CFD9; }
span { border-color: rgb(229,207,217); }
td.TdClassName
{
border-color: #E5CFD9;
}
.TagClassName
{
border-color: #E5CFD9;
}
</style>