Shades of Prim #E6CCDA
Tints of Prim #E6CCDA
RGB
CMYK
RGB Variations
Color information
#E6CCDA (or 0xE6CCDA) is known color: Prim. HEX triplet: E6, CC and DA. RGB value is (230,204,218). Sum of RGB (Red+Green+Blue) = 230+204+218=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCDA is #193325. Grayscale: #D5D5D5. Windows color (decimal): -1651494 or 14339302. OLE color: 14339302.
HSL color Cylindrical-coordinate representation of color #E6CCDA: hue angle of 327.69º degrees, saturation: 0.34, 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 #E6CCDA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 204 | 218 | - |
CMYK | 0 | 0.11 | 0.05 | 0.10 |
HSL | 327.69º | 0.34% | 0.85% | - |
HSV(B) | 327.69º | 0.11% | 0.9% | - |
XYZ | 66.88 | 65.07 | 75.36 | - |
YUV | 213.37 | 130.61 | 139.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 204 | 218 | 0 | 0.11 | 0.05 | 0.10 | 327.69 | 0.34 | 0.85 |
Hex | E6 | CC | DA | 0 | B | 5 | A | 148 | 22 | 55 |
Octal | 346 | 314 | 332 | 0 | 13 | 5 | 12 | 510 | 42 | 125 |
Binary | 11100110 | 11001100 | 11011010 | 0 | 1011 | 101 | 1010 | 101001000 | 100010 | 1010101 |
Color Harmonies of #E6CCDA
Complementary color
Monochromatic Colors of #E6CCDA
Black with #E6CCDA
Text Example
Text Example
White with #E6CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCDA; }
p { color: rgb(230,204,218); }
H1.HeaderClassName
{
color: #E6CCDA;
}
.AnyTagClassName
{
color: #E6CCDA;
}
</style>
background-color css
<style>
a { background-color: #E6CCDA; }
a { background-color: rgb(230,204,218); }
div.DivClassName
{
background-color: #E6CCDA;
}
.BgClassName
{
background-color: #E6CCDA;
}
</style>
border-color css
<style>
span { border-color: #E6CCDA; }
span { border-color: rgb(230,204,218); }
td.TdClassName
{
border-color: #E6CCDA;
}
.TagClassName
{
border-color: #E6CCDA;
}
</style>