Shades of Prim #ECC9D5
Tints of Prim #ECC9D5
RGB
CMYK
RGB Variations
Color information
#ECC9D5 (or 0xECC9D5) is known color: Prim. HEX triplet: EC, C9 and D5. RGB value is (236,201,213). Sum of RGB (Red+Green+Blue) = 236+201+213=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9D5 is #13362A. Grayscale: #D4D4D4. Windows color (decimal): -1259051 or 14010860. OLE color: 14010860.
HSL color Cylindrical-coordinate representation of color #ECC9D5: hue angle of 339.43º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9D5 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 213 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.07 |
| HSL | 339.43º | 0.48% | 0.86% | - |
| HSV(B) | 339.43º | 0.15% | 0.93% | - |
| XYZ | 67.49 | 64.41 | 71.83 | - |
| YUV | 212.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 213 | 0 | 0.15 | 0.10 | 0.07 | 339.43 | 0.48 | 0.86 |
| Hex | EC | C9 | D5 | 0 | F | A | 7 | 153 | 30 | 56 |
| Octal | 354 | 311 | 325 | 0 | 17 | 12 | 7 | 523 | 60 | 126 |
| Binary | 11101100 | 11001001 | 11010101 | 0 | 1111 | 1010 | 111 | 101010011 | 110000 | 1010110 |
Color Harmonies of #ECC9D5
Complementary color
Monochromatic Colors of #ECC9D5
Black with #ECC9D5
Text Example
Text Example
White with #ECC9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9D5; }
p { color: rgb(236,201,213); }
H1.HeaderClassName
{
color: #ECC9D5;
}
.AnyTagClassName
{
color: #ECC9D5;
}
</style>
background-color css
<style>
a { background-color: #ECC9D5; }
a { background-color: rgb(236,201,213); }
div.DivClassName
{
background-color: #ECC9D5;
}
.BgClassName
{
background-color: #ECC9D5;
}
</style>
border-color css
<style>
span { border-color: #ECC9D5; }
span { border-color: rgb(236,201,213); }
td.TdClassName
{
border-color: #ECC9D5;
}
.TagClassName
{
border-color: #ECC9D5;
}
</style>