Shades of Prim #ECCDD8
Tints of Prim #ECCDD8
RGB
CMYK
RGB Variations
Color information
#ECCDD8 (or 0xECCDD8) is known color: Prim. HEX triplet: EC, CD and D8. RGB value is (236,205,216). Sum of RGB (Red+Green+Blue) = 236+205+216=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD8 is #133227. Grayscale: #D7D7D7. Windows color (decimal): -1258024 or 14208492. OLE color: 14208492.
HSL color Cylindrical-coordinate representation of color #ECCDD8: hue angle of 338.71º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDD8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 216 | - |
CMYK | 0 | 0.13 | 0.08 | 0.07 |
HSL | 338.71º | 0.45% | 0.86% | - |
HSV(B) | 338.71º | 0.13% | 0.93% | - |
XYZ | 68.82 | 66.45 | 74.17 | - |
YUV | 215.52 | 128.27 | 142.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 216 | 0 | 0.13 | 0.08 | 0.07 | 338.71 | 0.45 | 0.86 |
Hex | EC | CD | D8 | 0 | D | 8 | 7 | 153 | 2D | 56 |
Octal | 354 | 315 | 330 | 0 | 15 | 10 | 7 | 523 | 55 | 126 |
Binary | 11101100 | 11001101 | 11011000 | 0 | 1101 | 1000 | 111 | 101010011 | 101101 | 1010110 |
Color Harmonies of #ECCDD8
Complementary color
Monochromatic Colors of #ECCDD8
Black with #ECCDD8
Text Example
Text Example
White with #ECCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDD8; }
p { color: rgb(236,205,216); }
H1.HeaderClassName
{
color: #ECCDD8;
}
.AnyTagClassName
{
color: #ECCDD8;
}
</style>
background-color css
<style>
a { background-color: #ECCDD8; }
a { background-color: rgb(236,205,216); }
div.DivClassName
{
background-color: #ECCDD8;
}
.BgClassName
{
background-color: #ECCDD8;
}
</style>
border-color css
<style>
span { border-color: #ECCDD8; }
span { border-color: rgb(236,205,216); }
td.TdClassName
{
border-color: #ECCDD8;
}
.TagClassName
{
border-color: #ECCDD8;
}
</style>