Shades of Classic Rose #ECCBDE
Tints of Classic Rose #ECCBDE
RGB
CMYK
RGB Variations
Color information
#ECCBDE (or 0xECCBDE) is known color: Classic Rose. HEX triplet: EC, CB and DE. RGB value is (236,203,222). Sum of RGB (Red+Green+Blue) = 236+203+222=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBDE is #133421. Grayscale: #D6D6D6. Windows color (decimal): -1258530 or 14601196. OLE color: 14601196.
HSL color Cylindrical-coordinate representation of color #ECCBDE: hue angle of 325.45º 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 #ECCBDE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 222 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.07 |
| HSL | 325.45º | 0.46% | 0.86% | - |
| HSV(B) | 325.45º | 0.14% | 0.93% | - |
| XYZ | 69.13 | 65.82 | 78.17 | - |
| YUV | 215.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 222 | 0 | 0.14 | 0.06 | 0.07 | 325.45 | 0.46 | 0.86 |
| Hex | EC | CB | DE | 0 | E | 6 | 7 | 145 | 2E | 56 |
| Octal | 354 | 313 | 336 | 0 | 16 | 6 | 7 | 505 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11011110 | 0 | 1110 | 110 | 111 | 101000101 | 101110 | 1010110 |
Color Harmonies of #ECCBDE
Complementary color
Monochromatic Colors of #ECCBDE
Black with #ECCBDE
Text Example
Text Example
White with #ECCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBDE; }
p { color: rgb(236,203,222); }
H1.HeaderClassName
{
color: #ECCBDE;
}
.AnyTagClassName
{
color: #ECCBDE;
}
</style>
background-color css
<style>
a { background-color: #ECCBDE; }
a { background-color: rgb(236,203,222); }
div.DivClassName
{
background-color: #ECCBDE;
}
.BgClassName
{
background-color: #ECCBDE;
}
</style>
border-color css
<style>
span { border-color: #ECCBDE; }
span { border-color: rgb(236,203,222); }
td.TdClassName
{
border-color: #ECCBDE;
}
.TagClassName
{
border-color: #ECCBDE;
}
</style>