Shades of Prim #E8CCDA
Tints of Prim #E8CCDA
RGB
CMYK
RGB Variations
Color information
#E8CCDA (or 0xE8CCDA) is known color: Prim. HEX triplet: E8, CC and DA. RGB value is (232,204,218). Sum of RGB (Red+Green+Blue) = 232+204+218=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCDA is #173325. Grayscale: #D5D5D5. Windows color (decimal): -1520422 or 14339304. OLE color: 14339304.
HSL color Cylindrical-coordinate representation of color #E8CCDA: hue angle of 330º degrees, saturation: 0.38, 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 #E8CCDA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 204 | 218 | - |
CMYK | 0 | 0.12 | 0.06 | 0.09 |
HSL | 330º | 0.38% | 0.85% | - |
HSV(B) | 330º | 0.12% | 0.91% | - |
XYZ | 67.53 | 65.4 | 75.39 | - |
YUV | 213.97 | 130.28 | 140.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 204 | 218 | 0 | 0.12 | 0.06 | 0.09 | 330 | 0.38 | 0.85 |
Hex | E8 | CC | DA | 0 | C | 6 | 9 | 14A | 26 | 55 |
Octal | 350 | 314 | 332 | 0 | 14 | 6 | 11 | 512 | 46 | 125 |
Binary | 11101000 | 11001100 | 11011010 | 0 | 1100 | 110 | 1001 | 101001010 | 100110 | 1010101 |
Color Harmonies of #E8CCDA
Complementary color
Monochromatic Colors of #E8CCDA
Black with #E8CCDA
Text Example
Text Example
White with #E8CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCDA; }
p { color: rgb(232,204,218); }
H1.HeaderClassName
{
color: #E8CCDA;
}
.AnyTagClassName
{
color: #E8CCDA;
}
</style>
background-color css
<style>
a { background-color: #E8CCDA; }
a { background-color: rgb(232,204,218); }
div.DivClassName
{
background-color: #E8CCDA;
}
.BgClassName
{
background-color: #E8CCDA;
}
</style>
border-color css
<style>
span { border-color: #E8CCDA; }
span { border-color: rgb(232,204,218); }
td.TdClassName
{
border-color: #E8CCDA;
}
.TagClassName
{
border-color: #E8CCDA;
}
</style>