Shades of Classic Rose #EDD4E6
Tints of Classic Rose #EDD4E6
RGB
CMYK
RGB Variations
Color information
#EDD4E6 (or 0xEDD4E6) is known color: Classic Rose. HEX triplet: ED, D4 and E6. RGB value is (237,212,230). Sum of RGB (Red+Green+Blue) = 237+212+230=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4E6 is #122B19. Grayscale: #DDDDDD. Windows color (decimal): -1190682 or 15127789. OLE color: 15127789.
HSL color Cylindrical-coordinate representation of color #EDD4E6: hue angle of 316.8º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD4E6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 212 | 230 | - |
CMYK | 0 | 0.11 | 0.03 | 0.07 |
HSL | 316.8º | 0.41% | 0.88% | - |
HSV(B) | 316.8º | 0.11% | 0.93% | - |
XYZ | 72.75 | 70.8 | 84.7 | - |
YUV | 221.53 | 132.78 | 139.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 212 | 230 | 0 | 0.11 | 0.03 | 0.07 | 316.8 | 0.41 | 0.88 |
Hex | ED | D4 | E6 | 0 | B | 3 | 7 | 13D | 29 | 58 |
Octal | 355 | 324 | 346 | 0 | 13 | 3 | 7 | 475 | 51 | 130 |
Binary | 11101101 | 11010100 | 11100110 | 0 | 1011 | 11 | 111 | 100111101 | 101001 | 1011000 |
Color Harmonies of #EDD4E6
Complementary color
Monochromatic Colors of #EDD4E6
Black with #EDD4E6
Text Example
Text Example
White with #EDD4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4E6; }
p { color: rgb(237,212,230); }
H1.HeaderClassName
{
color: #EDD4E6;
}
.AnyTagClassName
{
color: #EDD4E6;
}
</style>
background-color css
<style>
a { background-color: #EDD4E6; }
a { background-color: rgb(237,212,230); }
div.DivClassName
{
background-color: #EDD4E6;
}
.BgClassName
{
background-color: #EDD4E6;
}
</style>
border-color css
<style>
span { border-color: #EDD4E6; }
span { border-color: rgb(237,212,230); }
td.TdClassName
{
border-color: #EDD4E6;
}
.TagClassName
{
border-color: #EDD4E6;
}
</style>