Shades of Classic Rose #EECCDD
Tints of Classic Rose #EECCDD
RGB
CMYK
RGB Variations
Color information
#EECCDD (or 0xEECCDD) is known color: Classic Rose. HEX triplet: EE, CC and DD. RGB value is (238,204,221). Sum of RGB (Red+Green+Blue) = 238+204+221=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDD is #113322. Grayscale: #D8D8D8. Windows color (decimal): -1127203 or 14535918. OLE color: 14535918.
HSL color Cylindrical-coordinate representation of color #EECCDD: hue angle of 330º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCDD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 221 | - |
CMYK | 0 | 0.14 | 0.07 | 0.07 |
HSL | 330º | 0.5% | 0.87% | - |
HSV(B) | 330º | 0.14% | 0.93% | - |
XYZ | 69.9 | 66.58 | 77.57 | - |
YUV | 216.1 | 130.76 | 143.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 221 | 0 | 0.14 | 0.07 | 0.07 | 330 | 0.5 | 0.87 |
Hex | EE | CC | DD | 0 | E | 7 | 7 | 14A | 32 | 57 |
Octal | 356 | 314 | 335 | 0 | 16 | 7 | 7 | 512 | 62 | 127 |
Binary | 11101110 | 11001100 | 11011101 | 0 | 1110 | 111 | 111 | 101001010 | 110010 | 1010111 |
Color Harmonies of #EECCDD
Complementary color
Monochromatic Colors of #EECCDD
Black with #EECCDD
Text Example
Text Example
White with #EECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCDD; }
p { color: rgb(238,204,221); }
H1.HeaderClassName
{
color: #EECCDD;
}
.AnyTagClassName
{
color: #EECCDD;
}
</style>
background-color css
<style>
a { background-color: #EECCDD; }
a { background-color: rgb(238,204,221); }
div.DivClassName
{
background-color: #EECCDD;
}
.BgClassName
{
background-color: #EECCDD;
}
</style>
border-color css
<style>
span { border-color: #EECCDD; }
span { border-color: rgb(238,204,221); }
td.TdClassName
{
border-color: #EECCDD;
}
.TagClassName
{
border-color: #EECCDD;
}
</style>