Shades of Classic Rose #EDDBE6
Tints of Classic Rose #EDDBE6
RGB
CMYK
RGB Variations
Color information
#EDDBE6 (or 0xEDDBE6) is known color: Classic Rose. HEX triplet: ED, DB and E6. RGB value is (237,219,230). Sum of RGB (Red+Green+Blue) = 237+219+230=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBE6 is #122419. Grayscale: #E1E1E1. Windows color (decimal): -1188890 or 15129581. OLE color: 15129581.
HSL color Cylindrical-coordinate representation of color #EDDBE6: hue angle of 323.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDBE6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 230 | - |
CMYK | 0 | 0.08 | 0.03 | 0.07 |
HSL | 323.33º | 0.33% | 0.89% | - |
HSV(B) | 323.33º | 0.08% | 0.93% | - |
XYZ | 74.54 | 74.38 | 85.29 | - |
YUV | 225.64 | 130.46 | 136.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 230 | 0 | 0.08 | 0.03 | 0.07 | 323.33 | 0.33 | 0.89 |
Hex | ED | DB | E6 | 0 | 8 | 3 | 7 | 143 | 21 | 59 |
Octal | 355 | 333 | 346 | 0 | 10 | 3 | 7 | 503 | 41 | 131 |
Binary | 11101101 | 11011011 | 11100110 | 0 | 1000 | 11 | 111 | 101000011 | 100001 | 1011001 |
Color Harmonies of #EDDBE6
Complementary color
Monochromatic Colors of #EDDBE6
Black with #EDDBE6
Text Example
Text Example
White with #EDDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBE6; }
p { color: rgb(237,219,230); }
H1.HeaderClassName
{
color: #EDDBE6;
}
.AnyTagClassName
{
color: #EDDBE6;
}
</style>
background-color css
<style>
a { background-color: #EDDBE6; }
a { background-color: rgb(237,219,230); }
div.DivClassName
{
background-color: #EDDBE6;
}
.BgClassName
{
background-color: #EDDBE6;
}
</style>
border-color css
<style>
span { border-color: #EDDBE6; }
span { border-color: rgb(237,219,230); }
td.TdClassName
{
border-color: #EDDBE6;
}
.TagClassName
{
border-color: #EDDBE6;
}
</style>