Shades of Classic Rose #ECC8DB
Tints of Classic Rose #ECC8DB
RGB
CMYK
RGB Variations
Color information
#ECC8DB (or 0xECC8DB) is known color: Classic Rose. HEX triplet: EC, C8 and DB. RGB value is (236,200,219). Sum of RGB (Red+Green+Blue) = 236+200+219=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8DB is #133724. Grayscale: #D4D4D4. Windows color (decimal): -1259301 or 14403820. OLE color: 14403820.
HSL color Cylindrical-coordinate representation of color #ECC8DB: hue angle of 328.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8DB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 200 | 219 | - |
CMYK | 0 | 0.15 | 0.07 | 0.07 |
HSL | 328.33º | 0.49% | 0.85% | - |
HSV(B) | 328.33º | 0.15% | 0.93% | - |
XYZ | 68.03 | 64.26 | 75.83 | - |
YUV | 212.93 | 131.43 | 144.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 200 | 219 | 0 | 0.15 | 0.07 | 0.07 | 328.33 | 0.49 | 0.85 |
Hex | EC | C8 | DB | 0 | F | 7 | 7 | 148 | 31 | 55 |
Octal | 354 | 310 | 333 | 0 | 17 | 7 | 7 | 510 | 61 | 125 |
Binary | 11101100 | 11001000 | 11011011 | 0 | 1111 | 111 | 111 | 101001000 | 110001 | 1010101 |
Color Harmonies of #ECC8DB
Complementary color
Monochromatic Colors of #ECC8DB
Black with #ECC8DB
Text Example
Text Example
White with #ECC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8DB; }
p { color: rgb(236,200,219); }
H1.HeaderClassName
{
color: #ECC8DB;
}
.AnyTagClassName
{
color: #ECC8DB;
}
</style>
background-color css
<style>
a { background-color: #ECC8DB; }
a { background-color: rgb(236,200,219); }
div.DivClassName
{
background-color: #ECC8DB;
}
.BgClassName
{
background-color: #ECC8DB;
}
</style>
border-color css
<style>
span { border-color: #ECC8DB; }
span { border-color: rgb(236,200,219); }
td.TdClassName
{
border-color: #ECC8DB;
}
.TagClassName
{
border-color: #ECC8DB;
}
</style>