Shades of Prim #ECCCD7
Tints of Prim #ECCCD7
RGB
CMYK
RGB Variations
Color information
#ECCCD7 (or 0xECCCD7) is known color: Prim. HEX triplet: EC, CC and D7. RGB value is (236,204,215). Sum of RGB (Red+Green+Blue) = 236+204+215=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD7 is #133328. Grayscale: #D6D6D6. Windows color (decimal): -1258281 or 14142700. OLE color: 14142700.
HSL color Cylindrical-coordinate representation of color #ECCCD7: hue angle of 339.38º 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 #ECCCD7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 215 | - |
CMYK | 0 | 0.14 | 0.09 | 0.07 |
HSL | 339.38º | 0.46% | 0.86% | - |
HSV(B) | 339.38º | 0.14% | 0.93% | - |
XYZ | 68.45 | 65.92 | 73.41 | - |
YUV | 214.82 | 128.1 | 143.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 215 | 0 | 0.14 | 0.09 | 0.07 | 339.38 | 0.46 | 0.86 |
Hex | EC | CC | D7 | 0 | E | 9 | 7 | 153 | 2E | 56 |
Octal | 354 | 314 | 327 | 0 | 16 | 11 | 7 | 523 | 56 | 126 |
Binary | 11101100 | 11001100 | 11010111 | 0 | 1110 | 1001 | 111 | 101010011 | 101110 | 1010110 |
Color Harmonies of #ECCCD7
Complementary color
Monochromatic Colors of #ECCCD7
Black with #ECCCD7
Text Example
Text Example
White with #ECCCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD7; }
p { color: rgb(236,204,215); }
H1.HeaderClassName
{
color: #ECCCD7;
}
.AnyTagClassName
{
color: #ECCCD7;
}
</style>
background-color css
<style>
a { background-color: #ECCCD7; }
a { background-color: rgb(236,204,215); }
div.DivClassName
{
background-color: #ECCCD7;
}
.BgClassName
{
background-color: #ECCCD7;
}
</style>
border-color css
<style>
span { border-color: #ECCCD7; }
span { border-color: rgb(236,204,215); }
td.TdClassName
{
border-color: #ECCCD7;
}
.TagClassName
{
border-color: #ECCCD7;
}
</style>