Shades of Classic Rose #EEC9DF
Tints of Classic Rose #EEC9DF
RGB
CMYK
RGB Variations
Color information
#EEC9DF (or 0xEEC9DF) is known color: Classic Rose. HEX triplet: EE, C9 and DF. RGB value is (238,201,223). Sum of RGB (Red+Green+Blue) = 238+201+223=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9DF is #113620. Grayscale: #D6D6D6. Windows color (decimal): -1127969 or 14666222. OLE color: 14666222.
HSL color Cylindrical-coordinate representation of color #EEC9DF: hue angle of 324.32º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC9DF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 201 | 223 | - |
CMYK | 0 | 0.16 | 0.06 | 0.07 |
HSL | 324.32º | 0.52% | 0.86% | - |
HSV(B) | 324.32º | 0.16% | 0.93% | - |
XYZ | 69.47 | 65.28 | 78.75 | - |
YUV | 214.57 | 132.76 | 144.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 201 | 223 | 0 | 0.16 | 0.06 | 0.07 | 324.32 | 0.52 | 0.86 |
Hex | EE | C9 | DF | 0 | 10 | 6 | 7 | 144 | 34 | 56 |
Octal | 356 | 311 | 337 | 0 | 20 | 6 | 7 | 504 | 64 | 126 |
Binary | 11101110 | 11001001 | 11011111 | 0 | 10000 | 110 | 111 | 101000100 | 110100 | 1010110 |
Color Harmonies of #EEC9DF
Complementary color
Monochromatic Colors of #EEC9DF
Black with #EEC9DF
Text Example
Text Example
White with #EEC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9DF; }
p { color: rgb(238,201,223); }
H1.HeaderClassName
{
color: #EEC9DF;
}
.AnyTagClassName
{
color: #EEC9DF;
}
</style>
background-color css
<style>
a { background-color: #EEC9DF; }
a { background-color: rgb(238,201,223); }
div.DivClassName
{
background-color: #EEC9DF;
}
.BgClassName
{
background-color: #EEC9DF;
}
</style>
border-color css
<style>
span { border-color: #EEC9DF; }
span { border-color: rgb(238,201,223); }
td.TdClassName
{
border-color: #EEC9DF;
}
.TagClassName
{
border-color: #EEC9DF;
}
</style>