Shades of Prim #ECCBD7
Tints of Prim #ECCBD7
RGB
CMYK
RGB Variations
Color information
#ECCBD7 (or 0xECCBD7) is known color: Prim. HEX triplet: EC, CB and D7. RGB value is (236,203,215). Sum of RGB (Red+Green+Blue) = 236+203+215=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD7 is #133428. Grayscale: #D6D6D6. Windows color (decimal): -1258537 or 14142444. OLE color: 14142444.
HSL color Cylindrical-coordinate representation of color #ECCBD7: hue angle of 338.18º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBD7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 215 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.07 |
| HSL | 338.18º | 0.46% | 0.86% | - |
| HSV(B) | 338.18º | 0.14% | 0.93% | - |
| XYZ | 68.21 | 65.45 | 73.33 | - |
| YUV | 214.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 215 | 0 | 0.14 | 0.09 | 0.07 | 338.18 | 0.46 | 0.86 |
| Hex | EC | CB | D7 | 0 | E | 9 | 7 | 152 | 2E | 56 |
| Octal | 354 | 313 | 327 | 0 | 16 | 11 | 7 | 522 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11010111 | 0 | 1110 | 1001 | 111 | 101010010 | 101110 | 1010110 |
Color Harmonies of #ECCBD7
Complementary color
Monochromatic Colors of #ECCBD7
Black with #ECCBD7
Text Example
Text Example
White with #ECCBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBD7; }
p { color: rgb(236,203,215); }
H1.HeaderClassName
{
color: #ECCBD7;
}
.AnyTagClassName
{
color: #ECCBD7;
}
</style>
background-color css
<style>
a { background-color: #ECCBD7; }
a { background-color: rgb(236,203,215); }
div.DivClassName
{
background-color: #ECCBD7;
}
.BgClassName
{
background-color: #ECCBD7;
}
</style>
border-color css
<style>
span { border-color: #ECCBD7; }
span { border-color: rgb(236,203,215); }
td.TdClassName
{
border-color: #ECCBD7;
}
.TagClassName
{
border-color: #ECCBD7;
}
</style>