Shades of Classic Rose #EDD6DF
Tints of Classic Rose #EDD6DF
RGB
CMYK
RGB Variations
Color information
#EDD6DF (or 0xEDD6DF) is known color: Classic Rose. HEX triplet: ED, D6 and DF. RGB value is (237,214,223). Sum of RGB (Red+Green+Blue) = 237+214+223=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6DF is #122920. Grayscale: #DDDDDD. Windows color (decimal): -1190177 or 14669549. OLE color: 14669549.
HSL color Cylindrical-coordinate representation of color #EDD6DF: hue angle of 336.52º degrees, saturation: 0.39, 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 #EDD6DF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 214 | 223 | - |
CMYK | 0 | 0.10 | 0.06 | 0.07 |
HSL | 336.52º | 0.39% | 0.88% | - |
HSV(B) | 336.52º | 0.1% | 0.93% | - |
XYZ | 72.29 | 71.43 | 79.79 | - |
YUV | 221.9 | 128.62 | 138.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 214 | 223 | 0 | 0.10 | 0.06 | 0.07 | 336.52 | 0.39 | 0.88 |
Hex | ED | D6 | DF | 0 | A | 6 | 7 | 151 | 27 | 58 |
Octal | 355 | 326 | 337 | 0 | 12 | 6 | 7 | 521 | 47 | 130 |
Binary | 11101101 | 11010110 | 11011111 | 0 | 1010 | 110 | 111 | 101010001 | 100111 | 1011000 |
Color Harmonies of #EDD6DF
Complementary color
Monochromatic Colors of #EDD6DF
Black with #EDD6DF
Text Example
Text Example
White with #EDD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD6DF; }
p { color: rgb(237,214,223); }
H1.HeaderClassName
{
color: #EDD6DF;
}
.AnyTagClassName
{
color: #EDD6DF;
}
</style>
background-color css
<style>
a { background-color: #EDD6DF; }
a { background-color: rgb(237,214,223); }
div.DivClassName
{
background-color: #EDD6DF;
}
.BgClassName
{
background-color: #EDD6DF;
}
</style>
border-color css
<style>
span { border-color: #EDD6DF; }
span { border-color: rgb(237,214,223); }
td.TdClassName
{
border-color: #EDD6DF;
}
.TagClassName
{
border-color: #EDD6DF;
}
</style>