Shades of Classic Rose #EED3DF
Tints of Classic Rose #EED3DF
RGB
CMYK
RGB Variations
Color information
#EED3DF (or 0xEED3DF) is known color: Classic Rose. HEX triplet: EE, D3 and DF. RGB value is (238,211,223). Sum of RGB (Red+Green+Blue) = 238+211+223=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DF is #112C20. Grayscale: #DCDCDC. Windows color (decimal): -1125409 or 14668782. OLE color: 14668782.
HSL color Cylindrical-coordinate representation of color #EED3DF: hue angle of 333.33º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED3DF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 223 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.07 |
| HSL | 333.33º | 0.44% | 0.88% | - |
| HSV(B) | 333.33º | 0.11% | 0.93% | - |
| XYZ | 71.87 | 70.09 | 79.55 | - |
| YUV | 220.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 223 | 0 | 0.11 | 0.06 | 0.07 | 333.33 | 0.44 | 0.88 |
| Hex | EE | D3 | DF | 0 | B | 6 | 7 | 14D | 2C | 58 |
| Octal | 356 | 323 | 337 | 0 | 13 | 6 | 7 | 515 | 54 | 130 |
| Binary | 11101110 | 11010011 | 11011111 | 0 | 1011 | 110 | 111 | 101001101 | 101100 | 1011000 |
Color Harmonies of #EED3DF
Complementary color
Monochromatic Colors of #EED3DF
Black with #EED3DF
Text Example
Text Example
White with #EED3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3DF; }
p { color: rgb(238,211,223); }
H1.HeaderClassName
{
color: #EED3DF;
}
.AnyTagClassName
{
color: #EED3DF;
}
</style>
background-color css
<style>
a { background-color: #EED3DF; }
a { background-color: rgb(238,211,223); }
div.DivClassName
{
background-color: #EED3DF;
}
.BgClassName
{
background-color: #EED3DF;
}
</style>
border-color css
<style>
span { border-color: #EED3DF; }
span { border-color: rgb(238,211,223); }
td.TdClassName
{
border-color: #EED3DF;
}
.TagClassName
{
border-color: #EED3DF;
}
</style>