Shades of Prim #E7CCD4
Tints of Prim #E7CCD4
RGB
CMYK
RGB Variations
Color information
#E7CCD4 (or 0xE7CCD4) is known color: Prim. HEX triplet: E7, CC and D4. RGB value is (231,204,212). Sum of RGB (Red+Green+Blue) = 231+204+212=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCD4 is #18332B. Grayscale: #D4D4D4. Windows color (decimal): -1585964 or 13946087. OLE color: 13946087.
HSL color Cylindrical-coordinate representation of color #E7CCD4: hue angle of 342.22º 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 #E7CCD4 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 204 | 212 | - |
CMYK | 0 | 0.12 | 0.08 | 0.09 |
HSL | 342.22º | 0.36% | 0.85% | - |
HSV(B) | 342.22º | 0.12% | 0.91% | - |
XYZ | 66.43 | 64.93 | 71.32 | - |
YUV | 212.99 | 127.45 | 140.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 204 | 212 | 0 | 0.12 | 0.08 | 0.09 | 342.22 | 0.36 | 0.85 |
Hex | E7 | CC | D4 | 0 | C | 8 | 9 | 156 | 24 | 55 |
Octal | 347 | 314 | 324 | 0 | 14 | 10 | 11 | 526 | 44 | 125 |
Binary | 11100111 | 11001100 | 11010100 | 0 | 1100 | 1000 | 1001 | 101010110 | 100100 | 1010101 |
Color Harmonies of #E7CCD4
Complementary color
Monochromatic Colors of #E7CCD4
Black with #E7CCD4
Text Example
Text Example
White with #E7CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCD4; }
p { color: rgb(231,204,212); }
H1.HeaderClassName
{
color: #E7CCD4;
}
.AnyTagClassName
{
color: #E7CCD4;
}
</style>
background-color css
<style>
a { background-color: #E7CCD4; }
a { background-color: rgb(231,204,212); }
div.DivClassName
{
background-color: #E7CCD4;
}
.BgClassName
{
background-color: #E7CCD4;
}
</style>
border-color css
<style>
span { border-color: #E7CCD4; }
span { border-color: rgb(231,204,212); }
td.TdClassName
{
border-color: #E7CCD4;
}
.TagClassName
{
border-color: #E7CCD4;
}
</style>