Shades of Classic Rose #EDB9DA
Tints of Classic Rose #EDB9DA
RGB
CMYK
RGB Variations
Color information
#EDB9DA (or 0xEDB9DA) is known color: Classic Rose. HEX triplet: ED, B9 and DA. RGB value is (237,185,218). Sum of RGB (Red+Green+Blue) = 237+185+218=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9DA is #124625. Grayscale: #CCCCCC. Windows color (decimal): -1197606 or 14334445. OLE color: 14334445.
HSL color Cylindrical-coordinate representation of color #EDB9DA: hue angle of 321.92º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9DA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 185 | 218 | - |
CMYK | 0 | 0.22 | 0.08 | 0.07 |
HSL | 321.92º | 0.59% | 0.83% | - |
HSV(B) | 321.92º | 0.22% | 0.93% | - |
XYZ | 64.93 | 57.76 | 74.06 | - |
YUV | 204.31 | 135.73 | 151.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 185 | 218 | 0 | 0.22 | 0.08 | 0.07 | 321.92 | 0.59 | 0.83 |
Hex | ED | B9 | DA | 0 | 16 | 8 | 7 | 142 | 3B | 53 |
Octal | 355 | 271 | 332 | 0 | 26 | 10 | 7 | 502 | 73 | 123 |
Binary | 11101101 | 10111001 | 11011010 | 0 | 10110 | 1000 | 111 | 101000010 | 111011 | 1010011 |
Color Harmonies of #EDB9DA
Complementary color
Monochromatic Colors of #EDB9DA
Black with #EDB9DA
Text Example
Text Example
White with #EDB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9DA; }
p { color: rgb(237,185,218); }
H1.HeaderClassName
{
color: #EDB9DA;
}
.AnyTagClassName
{
color: #EDB9DA;
}
</style>
background-color css
<style>
a { background-color: #EDB9DA; }
a { background-color: rgb(237,185,218); }
div.DivClassName
{
background-color: #EDB9DA;
}
.BgClassName
{
background-color: #EDB9DA;
}
</style>
border-color css
<style>
span { border-color: #EDB9DA; }
span { border-color: rgb(237,185,218); }
td.TdClassName
{
border-color: #EDB9DA;
}
.TagClassName
{
border-color: #EDB9DA;
}
</style>