Shades of Classic Rose #EDC7DA
Tints of Classic Rose #EDC7DA
RGB
CMYK
RGB Variations
Color information
#EDC7DA (or 0xEDC7DA) is known color: Classic Rose. HEX triplet: ED, C7 and DA. RGB value is (237,199,218). Sum of RGB (Red+Green+Blue) = 237+199+218=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7DA is #123825. Grayscale: #D4D4D4. Windows color (decimal): -1194022 or 14338029. OLE color: 14338029.
HSL color Cylindrical-coordinate representation of color #EDC7DA: hue angle of 330º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC7DA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 199 | 218 | - |
CMYK | 0 | 0.16 | 0.08 | 0.07 |
HSL | 330º | 0.51% | 0.85% | - |
HSV(B) | 330º | 0.16% | 0.93% | - |
XYZ | 68 | 63.91 | 75.08 | - |
YUV | 212.53 | 131.09 | 145.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 199 | 218 | 0 | 0.16 | 0.08 | 0.07 | 330 | 0.51 | 0.85 |
Hex | ED | C7 | DA | 0 | 10 | 8 | 7 | 14A | 33 | 55 |
Octal | 355 | 307 | 332 | 0 | 20 | 10 | 7 | 512 | 63 | 125 |
Binary | 11101101 | 11000111 | 11011010 | 0 | 10000 | 1000 | 111 | 101001010 | 110011 | 1010101 |
Color Harmonies of #EDC7DA
Complementary color
Monochromatic Colors of #EDC7DA
Black with #EDC7DA
Text Example
Text Example
White with #EDC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7DA; }
p { color: rgb(237,199,218); }
H1.HeaderClassName
{
color: #EDC7DA;
}
.AnyTagClassName
{
color: #EDC7DA;
}
</style>
background-color css
<style>
a { background-color: #EDC7DA; }
a { background-color: rgb(237,199,218); }
div.DivClassName
{
background-color: #EDC7DA;
}
.BgClassName
{
background-color: #EDC7DA;
}
</style>
border-color css
<style>
span { border-color: #EDC7DA; }
span { border-color: rgb(237,199,218); }
td.TdClassName
{
border-color: #EDC7DA;
}
.TagClassName
{
border-color: #EDC7DA;
}
</style>