Shades of Prim #ECC3D1
Tints of Prim #ECC3D1
RGB
CMYK
RGB Variations
Color information
#ECC3D1 (or 0xECC3D1) is known color: Prim. HEX triplet: EC, C3 and D1. RGB value is (236,195,209). Sum of RGB (Red+Green+Blue) = 236+195+209=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3D1 is #133C2E. Grayscale: #D0D0D0. Windows color (decimal): -1260591 or 13747180. OLE color: 13747180.
HSL color Cylindrical-coordinate representation of color #ECC3D1: hue angle of 339.51º degrees, saturation: 0.52, 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 #ECC3D1 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 209 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.07 |
| HSL | 339.51º | 0.52% | 0.85% | - |
| HSV(B) | 339.51º | 0.17% | 0.93% | - |
| XYZ | 65.62 | 61.47 | 68.73 | - |
| YUV | 208.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 209 | 0 | 0.17 | 0.11 | 0.07 | 339.51 | 0.52 | 0.85 |
| Hex | EC | C3 | D1 | 0 | 11 | B | 7 | 154 | 34 | 55 |
| Octal | 354 | 303 | 321 | 0 | 21 | 13 | 7 | 524 | 64 | 125 |
| Binary | 11101100 | 11000011 | 11010001 | 0 | 10001 | 1011 | 111 | 101010100 | 110100 | 1010101 |
Color Harmonies of #ECC3D1
Complementary color
Monochromatic Colors of #ECC3D1
Black with #ECC3D1
Text Example
Text Example
White with #ECC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3D1; }
p { color: rgb(236,195,209); }
H1.HeaderClassName
{
color: #ECC3D1;
}
.AnyTagClassName
{
color: #ECC3D1;
}
</style>
background-color css
<style>
a { background-color: #ECC3D1; }
a { background-color: rgb(236,195,209); }
div.DivClassName
{
background-color: #ECC3D1;
}
.BgClassName
{
background-color: #ECC3D1;
}
</style>
border-color css
<style>
span { border-color: #ECC3D1; }
span { border-color: rgb(236,195,209); }
td.TdClassName
{
border-color: #ECC3D1;
}
.TagClassName
{
border-color: #ECC3D1;
}
</style>