Shades of Prim #ECD3DC
Tints of Prim #ECD3DC
RGB
CMYK
RGB Variations
Color information
#ECD3DC (or 0xECD3DC) is known color: Prim. HEX triplet: EC, D3 and DC. RGB value is (236,211,220). Sum of RGB (Red+Green+Blue) = 236+211+220=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3DC is #132C23. Grayscale: #DBDBDB. Windows color (decimal): -1256484 or 14472172. OLE color: 14472172.
HSL color Cylindrical-coordinate representation of color #ECD3DC: hue angle of 338.4º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3DC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 220 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.07 |
| HSL | 338.4º | 0.4% | 0.88% | - |
| HSV(B) | 338.4º | 0.11% | 0.93% | - |
| XYZ | 70.8 | 69.59 | 77.41 | - |
| YUV | 219.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 220 | 0 | 0.11 | 0.07 | 0.07 | 338.4 | 0.4 | 0.88 |
| Hex | EC | D3 | DC | 0 | B | 7 | 7 | 152 | 28 | 58 |
| Octal | 354 | 323 | 334 | 0 | 13 | 7 | 7 | 522 | 50 | 130 |
| Binary | 11101100 | 11010011 | 11011100 | 0 | 1011 | 111 | 111 | 101010010 | 101000 | 1011000 |
Color Harmonies of #ECD3DC
Complementary color
Monochromatic Colors of #ECD3DC
Black with #ECD3DC
Text Example
Text Example
White with #ECD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3DC; }
p { color: rgb(236,211,220); }
H1.HeaderClassName
{
color: #ECD3DC;
}
.AnyTagClassName
{
color: #ECD3DC;
}
</style>
background-color css
<style>
a { background-color: #ECD3DC; }
a { background-color: rgb(236,211,220); }
div.DivClassName
{
background-color: #ECD3DC;
}
.BgClassName
{
background-color: #ECD3DC;
}
</style>
border-color css
<style>
span { border-color: #ECD3DC; }
span { border-color: rgb(236,211,220); }
td.TdClassName
{
border-color: #ECD3DC;
}
.TagClassName
{
border-color: #ECD3DC;
}
</style>