Shades of Prim #E5CCDA
Tints of Prim #E5CCDA
RGB
CMYK
RGB Variations
Color information
#E5CCDA (or 0xE5CCDA) is known color: Prim. HEX triplet: E5, CC and DA. RGB value is (229,204,218). Sum of RGB (Red+Green+Blue) = 229+204+218=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCDA is #1A3325. Grayscale: #D5D5D5. Windows color (decimal): -1717030 or 14339301. OLE color: 14339301.
HSL color Cylindrical-coordinate representation of color #E5CCDA: hue angle of 326.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CCDA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 204 | 218 | - |
CMYK | 0 | 0.11 | 0.05 | 0.10 |
HSL | 326.4º | 0.32% | 0.85% | - |
HSV(B) | 326.4º | 0.11% | 0.9% | - |
XYZ | 66.56 | 64.91 | 75.35 | - |
YUV | 213.07 | 130.78 | 139.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 218 | 0 | 0.11 | 0.05 | 0.10 | 326.4 | 0.32 | 0.85 |
Hex | E5 | CC | DA | 0 | B | 5 | A | 146 | 20 | 55 |
Octal | 345 | 314 | 332 | 0 | 13 | 5 | 12 | 506 | 40 | 125 |
Binary | 11100101 | 11001100 | 11011010 | 0 | 1011 | 101 | 1010 | 101000110 | 100000 | 1010101 |
Color Harmonies of #E5CCDA
Complementary color
Monochromatic Colors of #E5CCDA
Black with #E5CCDA
Text Example
Text Example
White with #E5CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCDA; }
p { color: rgb(229,204,218); }
H1.HeaderClassName
{
color: #E5CCDA;
}
.AnyTagClassName
{
color: #E5CCDA;
}
</style>
background-color css
<style>
a { background-color: #E5CCDA; }
a { background-color: rgb(229,204,218); }
div.DivClassName
{
background-color: #E5CCDA;
}
.BgClassName
{
background-color: #E5CCDA;
}
</style>
border-color css
<style>
span { border-color: #E5CCDA; }
span { border-color: rgb(229,204,218); }
td.TdClassName
{
border-color: #E5CCDA;
}
.TagClassName
{
border-color: #E5CCDA;
}
</style>