Shades of Classic Rose #EDC5DB
Tints of Classic Rose #EDC5DB
RGB
CMYK
RGB Variations
Color information
#EDC5DB (or 0xEDC5DB) is known color: Classic Rose. HEX triplet: ED, C5 and DB. RGB value is (237,197,219). Sum of RGB (Red+Green+Blue) = 237+197+219=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5DB is #123A24. Grayscale: #D3D3D3. Windows color (decimal): -1194533 or 14403053. OLE color: 14403053.
HSL color Cylindrical-coordinate representation of color #EDC5DB: hue angle of 327º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC5DB is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 197 | 219 | - |
CMYK | 0 | 0.17 | 0.08 | 0.07 |
HSL | 327º | 0.53% | 0.85% | - |
HSV(B) | 327º | 0.17% | 0.93% | - |
XYZ | 67.68 | 63.05 | 75.62 | - |
YUV | 211.47 | 132.25 | 146.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 197 | 219 | 0 | 0.17 | 0.08 | 0.07 | 327 | 0.53 | 0.85 |
Hex | ED | C5 | DB | 0 | 11 | 8 | 7 | 147 | 35 | 55 |
Octal | 355 | 305 | 333 | 0 | 21 | 10 | 7 | 507 | 65 | 125 |
Binary | 11101101 | 11000101 | 11011011 | 0 | 10001 | 1000 | 111 | 101000111 | 110101 | 1010101 |
Color Harmonies of #EDC5DB
Complementary color
Monochromatic Colors of #EDC5DB
Black with #EDC5DB
Text Example
Text Example
White with #EDC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5DB; }
p { color: rgb(237,197,219); }
H1.HeaderClassName
{
color: #EDC5DB;
}
.AnyTagClassName
{
color: #EDC5DB;
}
</style>
background-color css
<style>
a { background-color: #EDC5DB; }
a { background-color: rgb(237,197,219); }
div.DivClassName
{
background-color: #EDC5DB;
}
.BgClassName
{
background-color: #EDC5DB;
}
</style>
border-color css
<style>
span { border-color: #EDC5DB; }
span { border-color: rgb(237,197,219); }
td.TdClassName
{
border-color: #EDC5DB;
}
.TagClassName
{
border-color: #EDC5DB;
}
</style>