Shades of Classic Rose #EECDE0
Tints of Classic Rose #EECDE0
RGB
CMYK
RGB Variations
Color information
#EECDE0 (or 0xEECDE0) is known color: Classic Rose. HEX triplet: EE, CD and E0. RGB value is (238,205,224). Sum of RGB (Red+Green+Blue) = 238+205+224=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE0 is #11321F. Grayscale: #D8D8D8. Windows color (decimal): -1126944 or 14732782. OLE color: 14732782.
HSL color Cylindrical-coordinate representation of color #EECDE0: hue angle of 325.45º degrees, saturation: 0.49, 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 #EECDE0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 224 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.07 |
| HSL | 325.45º | 0.49% | 0.87% | - |
| HSV(B) | 325.45º | 0.14% | 0.93% | - |
| XYZ | 70.55 | 67.22 | 79.78 | - |
| YUV | 217.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 224 | 0 | 0.14 | 0.06 | 0.07 | 325.45 | 0.49 | 0.87 |
| Hex | EE | CD | E0 | 0 | E | 6 | 7 | 145 | 31 | 57 |
| Octal | 356 | 315 | 340 | 0 | 16 | 6 | 7 | 505 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11100000 | 0 | 1110 | 110 | 111 | 101000101 | 110001 | 1010111 |
Color Harmonies of #EECDE0
Complementary color
Monochromatic Colors of #EECDE0
Black with #EECDE0
Text Example
Text Example
White with #EECDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDE0; }
p { color: rgb(238,205,224); }
H1.HeaderClassName
{
color: #EECDE0;
}
.AnyTagClassName
{
color: #EECDE0;
}
</style>
background-color css
<style>
a { background-color: #EECDE0; }
a { background-color: rgb(238,205,224); }
div.DivClassName
{
background-color: #EECDE0;
}
.BgClassName
{
background-color: #EECDE0;
}
</style>
border-color css
<style>
span { border-color: #EECDE0; }
span { border-color: rgb(238,205,224); }
td.TdClassName
{
border-color: #EECDE0;
}
.TagClassName
{
border-color: #EECDE0;
}
</style>