Shades of Classic Rose #ECC7DB
Tints of Classic Rose #ECC7DB
RGB
CMYK
RGB Variations
Color information
#ECC7DB (or 0xECC7DB) is known color: Classic Rose. HEX triplet: EC, C7 and DB. RGB value is (236,199,219). Sum of RGB (Red+Green+Blue) = 236+199+219=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7DB is #133824. Grayscale: #D4D4D4. Windows color (decimal): -1259557 or 14403564. OLE color: 14403564.
HSL color Cylindrical-coordinate representation of color #ECC7DB: hue angle of 327.57º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7DB is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 199 | 219 | - |
CMYK | 0 | 0.16 | 0.07 | 0.07 |
HSL | 327.57º | 0.49% | 0.85% | - |
HSV(B) | 327.57º | 0.16% | 0.93% | - |
XYZ | 67.8 | 63.79 | 75.76 | - |
YUV | 212.34 | 131.76 | 144.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 219 | 0 | 0.16 | 0.07 | 0.07 | 327.57 | 0.49 | 0.85 |
Hex | EC | C7 | DB | 0 | 10 | 7 | 7 | 148 | 31 | 55 |
Octal | 354 | 307 | 333 | 0 | 20 | 7 | 7 | 510 | 61 | 125 |
Binary | 11101100 | 11000111 | 11011011 | 0 | 10000 | 111 | 111 | 101001000 | 110001 | 1010101 |
Color Harmonies of #ECC7DB
Complementary color
Monochromatic Colors of #ECC7DB
Black with #ECC7DB
Text Example
Text Example
White with #ECC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7DB; }
p { color: rgb(236,199,219); }
H1.HeaderClassName
{
color: #ECC7DB;
}
.AnyTagClassName
{
color: #ECC7DB;
}
</style>
background-color css
<style>
a { background-color: #ECC7DB; }
a { background-color: rgb(236,199,219); }
div.DivClassName
{
background-color: #ECC7DB;
}
.BgClassName
{
background-color: #ECC7DB;
}
</style>
border-color css
<style>
span { border-color: #ECC7DB; }
span { border-color: rgb(236,199,219); }
td.TdClassName
{
border-color: #ECC7DB;
}
.TagClassName
{
border-color: #ECC7DB;
}
</style>