Shades of Classic Rose #EDC5DA
Tints of Classic Rose #EDC5DA
RGB
CMYK
RGB Variations
Color information
#EDC5DA (or 0xEDC5DA) is known color: Classic Rose. HEX triplet: ED, C5 and DA. RGB value is (237,197,218). Sum of RGB (Red+Green+Blue) = 237+197+218=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5DA is #123A25. Grayscale: #D3D3D3. Windows color (decimal): -1194534 or 14337517. OLE color: 14337517.
HSL color Cylindrical-coordinate representation of color #EDC5DA: hue angle of 328.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC5DA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 197 | 218 | - |
CMYK | 0 | 0.17 | 0.08 | 0.07 |
HSL | 328.5º | 0.53% | 0.85% | - |
HSV(B) | 328.5º | 0.17% | 0.93% | - |
XYZ | 67.55 | 63 | 74.93 | - |
YUV | 211.35 | 131.75 | 146.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 197 | 218 | 0 | 0.17 | 0.08 | 0.07 | 328.5 | 0.53 | 0.85 |
Hex | ED | C5 | DA | 0 | 11 | 8 | 7 | 148 | 35 | 55 |
Octal | 355 | 305 | 332 | 0 | 21 | 10 | 7 | 510 | 65 | 125 |
Binary | 11101101 | 11000101 | 11011010 | 0 | 10001 | 1000 | 111 | 101001000 | 110101 | 1010101 |
Color Harmonies of #EDC5DA
Complementary color
Monochromatic Colors of #EDC5DA
Black with #EDC5DA
Text Example
Text Example
White with #EDC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5DA; }
p { color: rgb(237,197,218); }
H1.HeaderClassName
{
color: #EDC5DA;
}
.AnyTagClassName
{
color: #EDC5DA;
}
</style>
background-color css
<style>
a { background-color: #EDC5DA; }
a { background-color: rgb(237,197,218); }
div.DivClassName
{
background-color: #EDC5DA;
}
.BgClassName
{
background-color: #EDC5DA;
}
</style>
border-color css
<style>
span { border-color: #EDC5DA; }
span { border-color: rgb(237,197,218); }
td.TdClassName
{
border-color: #EDC5DA;
}
.TagClassName
{
border-color: #EDC5DA;
}
</style>