Shades of Prim #E7CCDA
Tints of Prim #E7CCDA
RGB
CMYK
RGB Variations
Color information
#E7CCDA (or 0xE7CCDA) is known color: Prim. HEX triplet: E7, CC and DA. RGB value is (231,204,218). Sum of RGB (Red+Green+Blue) = 231+204+218=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCDA is #183325. Grayscale: #D5D5D5. Windows color (decimal): -1585958 or 14339303. OLE color: 14339303.
HSL color Cylindrical-coordinate representation of color #E7CCDA: hue angle of 328.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CCDA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 204 | 218 | - |
CMYK | 0 | 0.12 | 0.06 | 0.09 |
HSL | 328.89º | 0.36% | 0.85% | - |
HSV(B) | 328.89º | 0.12% | 0.91% | - |
XYZ | 67.2 | 65.24 | 75.38 | - |
YUV | 213.67 | 130.45 | 140.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 204 | 218 | 0 | 0.12 | 0.06 | 0.09 | 328.89 | 0.36 | 0.85 |
Hex | E7 | CC | DA | 0 | C | 6 | 9 | 149 | 24 | 55 |
Octal | 347 | 314 | 332 | 0 | 14 | 6 | 11 | 511 | 44 | 125 |
Binary | 11100111 | 11001100 | 11011010 | 0 | 1100 | 110 | 1001 | 101001001 | 100100 | 1010101 |
Color Harmonies of #E7CCDA
Complementary color
Monochromatic Colors of #E7CCDA
Black with #E7CCDA
Text Example
Text Example
White with #E7CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCDA; }
p { color: rgb(231,204,218); }
H1.HeaderClassName
{
color: #E7CCDA;
}
.AnyTagClassName
{
color: #E7CCDA;
}
</style>
background-color css
<style>
a { background-color: #E7CCDA; }
a { background-color: rgb(231,204,218); }
div.DivClassName
{
background-color: #E7CCDA;
}
.BgClassName
{
background-color: #E7CCDA;
}
</style>
border-color css
<style>
span { border-color: #E7CCDA; }
span { border-color: rgb(231,204,218); }
td.TdClassName
{
border-color: #E7CCDA;
}
.TagClassName
{
border-color: #E7CCDA;
}
</style>