Shades of Prim #ECCCD8
Tints of Prim #ECCCD8
RGB
CMYK
RGB Variations
Color information
#ECCCD8 (or 0xECCCD8) is known color: Prim. HEX triplet: EC, CC and D8. RGB value is (236,204,216). Sum of RGB (Red+Green+Blue) = 236+204+216=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD8 is #133327. Grayscale: #D6D6D6. Windows color (decimal): -1258280 or 14208236. OLE color: 14208236.
HSL color Cylindrical-coordinate representation of color #ECCCD8: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCCD8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 216 | - |
CMYK | 0 | 0.14 | 0.08 | 0.07 |
HSL | 337.5º | 0.46% | 0.86% | - |
HSV(B) | 337.5º | 0.14% | 0.93% | - |
XYZ | 68.58 | 65.98 | 74.09 | - |
YUV | 214.94 | 128.6 | 143.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 216 | 0 | 0.14 | 0.08 | 0.07 | 337.5 | 0.46 | 0.86 |
Hex | EC | CC | D8 | 0 | E | 8 | 7 | 152 | 2E | 56 |
Octal | 354 | 314 | 330 | 0 | 16 | 10 | 7 | 522 | 56 | 126 |
Binary | 11101100 | 11001100 | 11011000 | 0 | 1110 | 1000 | 111 | 101010010 | 101110 | 1010110 |
Color Harmonies of #ECCCD8
Complementary color
Monochromatic Colors of #ECCCD8
Black with #ECCCD8
Text Example
Text Example
White with #ECCCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD8; }
p { color: rgb(236,204,216); }
H1.HeaderClassName
{
color: #ECCCD8;
}
.AnyTagClassName
{
color: #ECCCD8;
}
</style>
background-color css
<style>
a { background-color: #ECCCD8; }
a { background-color: rgb(236,204,216); }
div.DivClassName
{
background-color: #ECCCD8;
}
.BgClassName
{
background-color: #ECCCD8;
}
</style>
border-color css
<style>
span { border-color: #ECCCD8; }
span { border-color: rgb(236,204,216); }
td.TdClassName
{
border-color: #ECCCD8;
}
.TagClassName
{
border-color: #ECCCD8;
}
</style>