Shades of Classic Rose #EECCD8
Tints of Classic Rose #EECCD8
RGB
CMYK
RGB Variations
Color information
#EECCD8 (or 0xEECCD8) is known color: Classic Rose. HEX triplet: EE, CC and D8. RGB value is (238,204,216). Sum of RGB (Red+Green+Blue) = 238+204+216=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCD8 is #113327. Grayscale: #D7D7D7. Windows color (decimal): -1127208 or 14208238. OLE color: 14208238.
HSL color Cylindrical-coordinate representation of color #EECCD8: hue angle of 338.82º 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 #EECCD8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 216 | - |
CMYK | 0 | 0.14 | 0.09 | 0.07 |
HSL | 338.82º | 0.5% | 0.87% | - |
HSV(B) | 338.82º | 0.14% | 0.93% | - |
XYZ | 69.25 | 66.32 | 74.12 | - |
YUV | 215.53 | 128.26 | 144.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 216 | 0 | 0.14 | 0.09 | 0.07 | 338.82 | 0.5 | 0.87 |
Hex | EE | CC | D8 | 0 | E | 9 | 7 | 153 | 32 | 57 |
Octal | 356 | 314 | 330 | 0 | 16 | 11 | 7 | 523 | 62 | 127 |
Binary | 11101110 | 11001100 | 11011000 | 0 | 1110 | 1001 | 111 | 101010011 | 110010 | 1010111 |
Color Harmonies of #EECCD8
Complementary color
Monochromatic Colors of #EECCD8
Black with #EECCD8
Text Example
Text Example
White with #EECCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCD8; }
p { color: rgb(238,204,216); }
H1.HeaderClassName
{
color: #EECCD8;
}
.AnyTagClassName
{
color: #EECCD8;
}
</style>
background-color css
<style>
a { background-color: #EECCD8; }
a { background-color: rgb(238,204,216); }
div.DivClassName
{
background-color: #EECCD8;
}
.BgClassName
{
background-color: #EECCD8;
}
</style>
border-color css
<style>
span { border-color: #EECCD8; }
span { border-color: rgb(238,204,216); }
td.TdClassName
{
border-color: #EECCD8;
}
.TagClassName
{
border-color: #EECCD8;
}
</style>