Shades of Classic Rose #EDDAE6
Tints of Classic Rose #EDDAE6
RGB
CMYK
RGB Variations
Color information
#EDDAE6 (or 0xEDDAE6) is known color: Classic Rose. HEX triplet: ED, DA and E6. RGB value is (237,218,230). Sum of RGB (Red+Green+Blue) = 237+218+230=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAE6 is #122519. Grayscale: #E1E1E1. Windows color (decimal): -1189146 or 15129325. OLE color: 15129325.
HSL color Cylindrical-coordinate representation of color #EDDAE6: hue angle of 322.11º degrees, saturation: 0.35, 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 #EDDAE6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 230 | - |
CMYK | 0 | 0.08 | 0.03 | 0.07 |
HSL | 322.11º | 0.35% | 0.89% | - |
HSV(B) | 322.11º | 0.08% | 0.93% | - |
XYZ | 74.28 | 73.86 | 85.2 | - |
YUV | 225.05 | 130.79 | 136.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 230 | 0 | 0.08 | 0.03 | 0.07 | 322.11 | 0.35 | 0.89 |
Hex | ED | DA | E6 | 0 | 8 | 3 | 7 | 142 | 23 | 59 |
Octal | 355 | 332 | 346 | 0 | 10 | 3 | 7 | 502 | 43 | 131 |
Binary | 11101101 | 11011010 | 11100110 | 0 | 1000 | 11 | 111 | 101000010 | 100011 | 1011001 |
Color Harmonies of #EDDAE6
Complementary color
Monochromatic Colors of #EDDAE6
Black with #EDDAE6
Text Example
Text Example
White with #EDDAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAE6; }
p { color: rgb(237,218,230); }
H1.HeaderClassName
{
color: #EDDAE6;
}
.AnyTagClassName
{
color: #EDDAE6;
}
</style>
background-color css
<style>
a { background-color: #EDDAE6; }
a { background-color: rgb(237,218,230); }
div.DivClassName
{
background-color: #EDDAE6;
}
.BgClassName
{
background-color: #EDDAE6;
}
</style>
border-color css
<style>
span { border-color: #EDDAE6; }
span { border-color: rgb(237,218,230); }
td.TdClassName
{
border-color: #EDDAE6;
}
.TagClassName
{
border-color: #EDDAE6;
}
</style>