Shades of Classic Rose #ECCCDB
Tints of Classic Rose #ECCCDB
RGB
CMYK
RGB Variations
Color information
#ECCCDB (or 0xECCCDB) is known color: Classic Rose. HEX triplet: EC, CC and DB. RGB value is (236,204,219). Sum of RGB (Red+Green+Blue) = 236+204+219=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCDB is #133324. Grayscale: #D7D7D7. Windows color (decimal): -1258277 or 14404844. OLE color: 14404844.
HSL color Cylindrical-coordinate representation of color #ECCCDB: hue angle of 331.88º 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 #ECCCDB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 219 | - |
CMYK | 0 | 0.14 | 0.07 | 0.07 |
HSL | 331.88º | 0.46% | 0.86% | - |
HSV(B) | 331.88º | 0.14% | 0.93% | - |
XYZ | 68.97 | 66.13 | 76.15 | - |
YUV | 215.28 | 130.1 | 142.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 219 | 0 | 0.14 | 0.07 | 0.07 | 331.88 | 0.46 | 0.86 |
Hex | EC | CC | DB | 0 | E | 7 | 7 | 14C | 2E | 56 |
Octal | 354 | 314 | 333 | 0 | 16 | 7 | 7 | 514 | 56 | 126 |
Binary | 11101100 | 11001100 | 11011011 | 0 | 1110 | 111 | 111 | 101001100 | 101110 | 1010110 |
Color Harmonies of #ECCCDB
Complementary color
Monochromatic Colors of #ECCCDB
Black with #ECCCDB
Text Example
Text Example
White with #ECCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCDB; }
p { color: rgb(236,204,219); }
H1.HeaderClassName
{
color: #ECCCDB;
}
.AnyTagClassName
{
color: #ECCCDB;
}
</style>
background-color css
<style>
a { background-color: #ECCCDB; }
a { background-color: rgb(236,204,219); }
div.DivClassName
{
background-color: #ECCCDB;
}
.BgClassName
{
background-color: #ECCCDB;
}
</style>
border-color css
<style>
span { border-color: #ECCCDB; }
span { border-color: rgb(236,204,219); }
td.TdClassName
{
border-color: #ECCCDB;
}
.TagClassName
{
border-color: #ECCCDB;
}
</style>