Shades of Prim #ECC5D2
Tints of Prim #ECC5D2
RGB
CMYK
RGB Variations
Color information
#ECC5D2 (or 0xECC5D2) is known color: Prim. HEX triplet: EC, C5 and D2. RGB value is (236,197,210). Sum of RGB (Red+Green+Blue) = 236+197+210=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D2 is #133A2D. Grayscale: #D2D2D2. Windows color (decimal): -1260078 or 13813228. OLE color: 13813228.
HSL color Cylindrical-coordinate representation of color #ECC5D2: hue angle of 340º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC5D2 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 210 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.07 |
| HSL | 340º | 0.51% | 0.85% | - |
| HSV(B) | 340º | 0.17% | 0.93% | - |
| XYZ | 66.19 | 62.42 | 69.53 | - |
| YUV | 210.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 210 | 0 | 0.17 | 0.11 | 0.07 | 340 | 0.51 | 0.85 |
| Hex | EC | C5 | D2 | 0 | 11 | B | 7 | 154 | 33 | 55 |
| Octal | 354 | 305 | 322 | 0 | 21 | 13 | 7 | 524 | 63 | 125 |
| Binary | 11101100 | 11000101 | 11010010 | 0 | 10001 | 1011 | 111 | 101010100 | 110011 | 1010101 |
Color Harmonies of #ECC5D2
Complementary color
Monochromatic Colors of #ECC5D2
Black with #ECC5D2
Text Example
Text Example
White with #ECC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5D2; }
p { color: rgb(236,197,210); }
H1.HeaderClassName
{
color: #ECC5D2;
}
.AnyTagClassName
{
color: #ECC5D2;
}
</style>
background-color css
<style>
a { background-color: #ECC5D2; }
a { background-color: rgb(236,197,210); }
div.DivClassName
{
background-color: #ECC5D2;
}
.BgClassName
{
background-color: #ECC5D2;
}
</style>
border-color css
<style>
span { border-color: #ECC5D2; }
span { border-color: rgb(236,197,210); }
td.TdClassName
{
border-color: #ECC5D2;
}
.TagClassName
{
border-color: #ECC5D2;
}
</style>