Shades of Classic Rose #EDC2DD
Tints of Classic Rose #EDC2DD
RGB
CMYK
RGB Variations
Color information
#EDC2DD (or 0xEDC2DD) is known color: Classic Rose. HEX triplet: ED, C2 and DD. RGB value is (237,194,221). Sum of RGB (Red+Green+Blue) = 237+194+221=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2DD is #123D22. Grayscale: #D1D1D1. Windows color (decimal): -1195299 or 14533357. OLE color: 14533357.
HSL color Cylindrical-coordinate representation of color #EDC2DD: hue angle of 322.33º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC2DD is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 194 | 221 | - |
CMYK | 0 | 0.18 | 0.07 | 0.07 |
HSL | 322.33º | 0.54% | 0.85% | - |
HSV(B) | 322.33º | 0.18% | 0.93% | - |
XYZ | 67.27 | 61.81 | 76.79 | - |
YUV | 209.94 | 134.25 | 147.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 194 | 221 | 0 | 0.18 | 0.07 | 0.07 | 322.33 | 0.54 | 0.85 |
Hex | ED | C2 | DD | 0 | 12 | 7 | 7 | 142 | 36 | 55 |
Octal | 355 | 302 | 335 | 0 | 22 | 7 | 7 | 502 | 66 | 125 |
Binary | 11101101 | 11000010 | 11011101 | 0 | 10010 | 111 | 111 | 101000010 | 110110 | 1010101 |
Color Harmonies of #EDC2DD
Complementary color
Monochromatic Colors of #EDC2DD
Black with #EDC2DD
Text Example
Text Example
White with #EDC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2DD; }
p { color: rgb(237,194,221); }
H1.HeaderClassName
{
color: #EDC2DD;
}
.AnyTagClassName
{
color: #EDC2DD;
}
</style>
background-color css
<style>
a { background-color: #EDC2DD; }
a { background-color: rgb(237,194,221); }
div.DivClassName
{
background-color: #EDC2DD;
}
.BgClassName
{
background-color: #EDC2DD;
}
</style>
border-color css
<style>
span { border-color: #EDC2DD; }
span { border-color: rgb(237,194,221); }
td.TdClassName
{
border-color: #EDC2DD;
}
.TagClassName
{
border-color: #EDC2DD;
}
</style>