Shades of Classic Rose #EDD1DF
Tints of Classic Rose #EDD1DF
RGB
CMYK
RGB Variations
Color information
#EDD1DF (or 0xEDD1DF) is known color: Classic Rose. HEX triplet: ED, D1 and DF. RGB value is (237,209,223). Sum of RGB (Red+Green+Blue) = 237+209+223=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1DF is #122E20. Grayscale: #DADADA. Windows color (decimal): -1191457 or 14668269. OLE color: 14668269.
HSL color Cylindrical-coordinate representation of color #EDD1DF: hue angle of 330º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD1DF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 209 | 223 | - |
CMYK | 0 | 0.12 | 0.06 | 0.07 |
HSL | 330º | 0.44% | 0.87% | - |
HSV(B) | 330º | 0.12% | 0.93% | - |
XYZ | 71.04 | 68.93 | 79.37 | - |
YUV | 218.97 | 130.28 | 140.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 209 | 223 | 0 | 0.12 | 0.06 | 0.07 | 330 | 0.44 | 0.87 |
Hex | ED | D1 | DF | 0 | C | 6 | 7 | 14A | 2C | 57 |
Octal | 355 | 321 | 337 | 0 | 14 | 6 | 7 | 512 | 54 | 127 |
Binary | 11101101 | 11010001 | 11011111 | 0 | 1100 | 110 | 111 | 101001010 | 101100 | 1010111 |
Color Harmonies of #EDD1DF
Complementary color
Monochromatic Colors of #EDD1DF
Black with #EDD1DF
Text Example
Text Example
White with #EDD1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1DF; }
p { color: rgb(237,209,223); }
H1.HeaderClassName
{
color: #EDD1DF;
}
.AnyTagClassName
{
color: #EDD1DF;
}
</style>
background-color css
<style>
a { background-color: #EDD1DF; }
a { background-color: rgb(237,209,223); }
div.DivClassName
{
background-color: #EDD1DF;
}
.BgClassName
{
background-color: #EDD1DF;
}
</style>
border-color css
<style>
span { border-color: #EDD1DF; }
span { border-color: rgb(237,209,223); }
td.TdClassName
{
border-color: #EDD1DF;
}
.TagClassName
{
border-color: #EDD1DF;
}
</style>