Shades of Classic Rose #EDDBE7
Tints of Classic Rose #EDDBE7
RGB
CMYK
RGB Variations
Color information
#EDDBE7 (or 0xEDDBE7) is known color: Classic Rose. HEX triplet: ED, DB and E7. RGB value is (237,219,231). Sum of RGB (Red+Green+Blue) = 237+219+231=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBE7 is #122418. Grayscale: #E1E1E1. Windows color (decimal): -1188889 or 15195117. OLE color: 15195117.
HSL color Cylindrical-coordinate representation of color #EDDBE7: hue angle of 320º 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 #EDDBE7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 231 | - |
CMYK | 0 | 0.08 | 0.03 | 0.07 |
HSL | 320º | 0.33% | 0.89% | - |
HSV(B) | 320º | 0.08% | 0.93% | - |
XYZ | 74.68 | 74.44 | 86.03 | - |
YUV | 225.75 | 130.96 | 136.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 231 | 0 | 0.08 | 0.03 | 0.07 | 320 | 0.33 | 0.89 |
Hex | ED | DB | E7 | 0 | 8 | 3 | 7 | 140 | 21 | 59 |
Octal | 355 | 333 | 347 | 0 | 10 | 3 | 7 | 500 | 41 | 131 |
Binary | 11101101 | 11011011 | 11100111 | 0 | 1000 | 11 | 111 | 101000000 | 100001 | 1011001 |
Color Harmonies of #EDDBE7
Complementary color
Monochromatic Colors of #EDDBE7
Black with #EDDBE7
Text Example
Text Example
White with #EDDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBE7; }
p { color: rgb(237,219,231); }
H1.HeaderClassName
{
color: #EDDBE7;
}
.AnyTagClassName
{
color: #EDDBE7;
}
</style>
background-color css
<style>
a { background-color: #EDDBE7; }
a { background-color: rgb(237,219,231); }
div.DivClassName
{
background-color: #EDDBE7;
}
.BgClassName
{
background-color: #EDDBE7;
}
</style>
border-color css
<style>
span { border-color: #EDDBE7; }
span { border-color: rgb(237,219,231); }
td.TdClassName
{
border-color: #EDDBE7;
}
.TagClassName
{
border-color: #EDDBE7;
}
</style>