Shades of Classic Rose #EDD5DF
Tints of Classic Rose #EDD5DF
RGB
CMYK
RGB Variations
Color information
#EDD5DF (or 0xEDD5DF) is known color: Classic Rose. HEX triplet: ED, D5 and DF. RGB value is (237,213,223). Sum of RGB (Red+Green+Blue) = 237+213+223=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5DF is #122A20. Grayscale: #DDDDDD. Windows color (decimal): -1190433 or 14669293. OLE color: 14669293.
HSL color Cylindrical-coordinate representation of color #EDD5DF: hue angle of 335º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD5DF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 213 | 223 | - |
CMYK | 0 | 0.10 | 0.06 | 0.07 |
HSL | 335º | 0.4% | 0.88% | - |
HSV(B) | 335º | 0.1% | 0.93% | - |
XYZ | 72.04 | 70.92 | 79.7 | - |
YUV | 221.32 | 128.95 | 139.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 223 | 0 | 0.10 | 0.06 | 0.07 | 335 | 0.4 | 0.88 |
Hex | ED | D5 | DF | 0 | A | 6 | 7 | 14F | 28 | 58 |
Octal | 355 | 325 | 337 | 0 | 12 | 6 | 7 | 517 | 50 | 130 |
Binary | 11101101 | 11010101 | 11011111 | 0 | 1010 | 110 | 111 | 101001111 | 101000 | 1011000 |
Color Harmonies of #EDD5DF
Complementary color
Monochromatic Colors of #EDD5DF
Black with #EDD5DF
Text Example
Text Example
White with #EDD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5DF; }
p { color: rgb(237,213,223); }
H1.HeaderClassName
{
color: #EDD5DF;
}
.AnyTagClassName
{
color: #EDD5DF;
}
</style>
background-color css
<style>
a { background-color: #EDD5DF; }
a { background-color: rgb(237,213,223); }
div.DivClassName
{
background-color: #EDD5DF;
}
.BgClassName
{
background-color: #EDD5DF;
}
</style>
border-color css
<style>
span { border-color: #EDD5DF; }
span { border-color: rgb(237,213,223); }
td.TdClassName
{
border-color: #EDD5DF;
}
.TagClassName
{
border-color: #EDD5DF;
}
</style>