Shades of Prim #E5CFDA
Tints of Prim #E5CFDA
RGB
CMYK
RGB Variations
Color information
#E5CFDA (or 0xE5CFDA) is known color: Prim. HEX triplet: E5, CF and DA. RGB value is (229,207,218). Sum of RGB (Red+Green+Blue) = 229+207+218=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFDA is #1A3025. Grayscale: #D6D6D6. Windows color (decimal): -1716262 or 14340069. OLE color: 14340069.
HSL color Cylindrical-coordinate representation of color #E5CFDA: hue angle of 330º 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 #E5CFDA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 207 | 218 | - |
CMYK | 0 | 0.10 | 0.05 | 0.10 |
HSL | 330º | 0.3% | 0.85% | - |
HSV(B) | 330º | 0.1% | 0.9% | - |
XYZ | 67.28 | 66.35 | 75.59 | - |
YUV | 214.83 | 129.79 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 207 | 218 | 0 | 0.10 | 0.05 | 0.10 | 330 | 0.3 | 0.85 |
Hex | E5 | CF | DA | 0 | A | 5 | A | 14A | 1E | 55 |
Octal | 345 | 317 | 332 | 0 | 12 | 5 | 12 | 512 | 36 | 125 |
Binary | 11100101 | 11001111 | 11011010 | 0 | 1010 | 101 | 1010 | 101001010 | 11110 | 1010101 |
Color Harmonies of #E5CFDA
Complementary color
Monochromatic Colors of #E5CFDA
Black with #E5CFDA
Text Example
Text Example
White with #E5CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFDA; }
p { color: rgb(229,207,218); }
H1.HeaderClassName
{
color: #E5CFDA;
}
.AnyTagClassName
{
color: #E5CFDA;
}
</style>
background-color css
<style>
a { background-color: #E5CFDA; }
a { background-color: rgb(229,207,218); }
div.DivClassName
{
background-color: #E5CFDA;
}
.BgClassName
{
background-color: #E5CFDA;
}
</style>
border-color css
<style>
span { border-color: #E5CFDA; }
span { border-color: rgb(229,207,218); }
td.TdClassName
{
border-color: #E5CFDA;
}
.TagClassName
{
border-color: #E5CFDA;
}
</style>