Shades of Classic Rose #EDC8DB
Tints of Classic Rose #EDC8DB
RGB
CMYK
RGB Variations
Color information
#EDC8DB (or 0xEDC8DB) is known color: Classic Rose. HEX triplet: ED, C8 and DB. RGB value is (237,200,219). Sum of RGB (Red+Green+Blue) = 237+200+219=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8DB is #123724. Grayscale: #D5D5D5. Windows color (decimal): -1193765 or 14403821. OLE color: 14403821.
HSL color Cylindrical-coordinate representation of color #EDC8DB: hue angle of 329.19º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8DB is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 200 | 219 | - |
CMYK | 0 | 0.16 | 0.08 | 0.07 |
HSL | 329.19º | 0.51% | 0.86% | - |
HSV(B) | 329.19º | 0.16% | 0.93% | - |
XYZ | 68.37 | 64.43 | 75.85 | - |
YUV | 213.23 | 131.26 | 144.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 200 | 219 | 0 | 0.16 | 0.08 | 0.07 | 329.19 | 0.51 | 0.86 |
Hex | ED | C8 | DB | 0 | 10 | 8 | 7 | 149 | 33 | 56 |
Octal | 355 | 310 | 333 | 0 | 20 | 10 | 7 | 511 | 63 | 126 |
Binary | 11101101 | 11001000 | 11011011 | 0 | 10000 | 1000 | 111 | 101001001 | 110011 | 1010110 |
Color Harmonies of #EDC8DB
Complementary color
Monochromatic Colors of #EDC8DB
Black with #EDC8DB
Text Example
Text Example
White with #EDC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8DB; }
p { color: rgb(237,200,219); }
H1.HeaderClassName
{
color: #EDC8DB;
}
.AnyTagClassName
{
color: #EDC8DB;
}
</style>
background-color css
<style>
a { background-color: #EDC8DB; }
a { background-color: rgb(237,200,219); }
div.DivClassName
{
background-color: #EDC8DB;
}
.BgClassName
{
background-color: #EDC8DB;
}
</style>
border-color css
<style>
span { border-color: #EDC8DB; }
span { border-color: rgb(237,200,219); }
td.TdClassName
{
border-color: #EDC8DB;
}
.TagClassName
{
border-color: #EDC8DB;
}
</style>