Shades of Classic Rose #EED1DF
Tints of Classic Rose #EED1DF
RGB
CMYK
RGB Variations
Color information
#EED1DF (or 0xEED1DF) is known color: Classic Rose. HEX triplet: EE, D1 and DF. RGB value is (238,209,223). Sum of RGB (Red+Green+Blue) = 238+209+223=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DF is #112E20. Grayscale: #DBDBDB. Windows color (decimal): -1125921 or 14668270. OLE color: 14668270.
HSL color Cylindrical-coordinate representation of color #EED1DF: hue angle of 331.03º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1DF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 223 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.07 |
| HSL | 331.03º | 0.46% | 0.88% | - |
| HSV(B) | 331.03º | 0.12% | 0.93% | - |
| XYZ | 71.38 | 69.11 | 79.39 | - |
| YUV | 219.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 223 | 0 | 0.12 | 0.06 | 0.07 | 331.03 | 0.46 | 0.88 |
| Hex | EE | D1 | DF | 0 | C | 6 | 7 | 14B | 2E | 58 |
| Octal | 356 | 321 | 337 | 0 | 14 | 6 | 7 | 513 | 56 | 130 |
| Binary | 11101110 | 11010001 | 11011111 | 0 | 1100 | 110 | 111 | 101001011 | 101110 | 1011000 |
Color Harmonies of #EED1DF
Complementary color
Monochromatic Colors of #EED1DF
Black with #EED1DF
Text Example
Text Example
White with #EED1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1DF; }
p { color: rgb(238,209,223); }
H1.HeaderClassName
{
color: #EED1DF;
}
.AnyTagClassName
{
color: #EED1DF;
}
</style>
background-color css
<style>
a { background-color: #EED1DF; }
a { background-color: rgb(238,209,223); }
div.DivClassName
{
background-color: #EED1DF;
}
.BgClassName
{
background-color: #EED1DF;
}
</style>
border-color css
<style>
span { border-color: #EED1DF; }
span { border-color: rgb(238,209,223); }
td.TdClassName
{
border-color: #EED1DF;
}
.TagClassName
{
border-color: #EED1DF;
}
</style>