Shades of Classic Rose #EEC4DF
Tints of Classic Rose #EEC4DF
RGB
CMYK
RGB Variations
Color information
#EEC4DF (or 0xEEC4DF) is known color: Classic Rose. HEX triplet: EE, C4 and DF. RGB value is (238,196,223). Sum of RGB (Red+Green+Blue) = 238+196+223=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4DF is #113B20. Grayscale: #D3D3D3. Windows color (decimal): -1129249 or 14664942. OLE color: 14664942.
HSL color Cylindrical-coordinate representation of color #EEC4DF: hue angle of 321.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC4DF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 223 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.07 |
| HSL | 321.43º | 0.55% | 0.85% | - |
| HSV(B) | 321.43º | 0.18% | 0.93% | - |
| XYZ | 68.32 | 62.98 | 78.37 | - |
| YUV | 211.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 223 | 0 | 0.18 | 0.06 | 0.07 | 321.43 | 0.55 | 0.85 |
| Hex | EE | C4 | DF | 0 | 12 | 6 | 7 | 141 | 37 | 55 |
| Octal | 356 | 304 | 337 | 0 | 22 | 6 | 7 | 501 | 67 | 125 |
| Binary | 11101110 | 11000100 | 11011111 | 0 | 10010 | 110 | 111 | 101000001 | 110111 | 1010101 |
Color Harmonies of #EEC4DF
Complementary color
Monochromatic Colors of #EEC4DF
Black with #EEC4DF
Text Example
Text Example
White with #EEC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4DF; }
p { color: rgb(238,196,223); }
H1.HeaderClassName
{
color: #EEC4DF;
}
.AnyTagClassName
{
color: #EEC4DF;
}
</style>
background-color css
<style>
a { background-color: #EEC4DF; }
a { background-color: rgb(238,196,223); }
div.DivClassName
{
background-color: #EEC4DF;
}
.BgClassName
{
background-color: #EEC4DF;
}
</style>
border-color css
<style>
span { border-color: #EEC4DF; }
span { border-color: rgb(238,196,223); }
td.TdClassName
{
border-color: #EEC4DF;
}
.TagClassName
{
border-color: #EEC4DF;
}
</style>