Shades of Prim #E6CCD9
Tints of Prim #E6CCD9
RGB
CMYK
RGB Variations
Color information
#E6CCD9 (or 0xE6CCD9) is known color: Prim. HEX triplet: E6, CC and D9. RGB value is (230,204,217). Sum of RGB (Red+Green+Blue) = 230+204+217=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCD9 is #193326. Grayscale: #D5D5D5. Windows color (decimal): -1651495 or 14273766. OLE color: 14273766.
HSL color Cylindrical-coordinate representation of color #E6CCD9: hue angle of 330º 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 #E6CCD9 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 204 | 217 | - |
CMYK | 0 | 0.11 | 0.06 | 0.10 |
HSL | 330º | 0.34% | 0.85% | - |
HSV(B) | 330º | 0.11% | 0.9% | - |
XYZ | 66.75 | 65.02 | 74.68 | - |
YUV | 213.26 | 130.11 | 139.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 204 | 217 | 0 | 0.11 | 0.06 | 0.10 | 330 | 0.34 | 0.85 |
Hex | E6 | CC | D9 | 0 | B | 6 | A | 14A | 22 | 55 |
Octal | 346 | 314 | 331 | 0 | 13 | 6 | 12 | 512 | 42 | 125 |
Binary | 11100110 | 11001100 | 11011001 | 0 | 1011 | 110 | 1010 | 101001010 | 100010 | 1010101 |
Color Harmonies of #E6CCD9
Complementary color
Monochromatic Colors of #E6CCD9
Black with #E6CCD9
Text Example
Text Example
White with #E6CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCD9; }
p { color: rgb(230,204,217); }
H1.HeaderClassName
{
color: #E6CCD9;
}
.AnyTagClassName
{
color: #E6CCD9;
}
</style>
background-color css
<style>
a { background-color: #E6CCD9; }
a { background-color: rgb(230,204,217); }
div.DivClassName
{
background-color: #E6CCD9;
}
.BgClassName
{
background-color: #E6CCD9;
}
</style>
border-color css
<style>
span { border-color: #E6CCD9; }
span { border-color: rgb(230,204,217); }
td.TdClassName
{
border-color: #E6CCD9;
}
.TagClassName
{
border-color: #E6CCD9;
}
</style>