Shades of Classic Rose #EECDE1
Tints of Classic Rose #EECDE1
RGB
CMYK
RGB Variations
Color information
#EECDE1 (or 0xEECDE1) is known color: Classic Rose. HEX triplet: EE, CD and E1. RGB value is (238,205,225). Sum of RGB (Red+Green+Blue) = 238+205+225=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE1 is #11321E. Grayscale: #D9D9D9. Windows color (decimal): -1126943 or 14798318. OLE color: 14798318.
HSL color Cylindrical-coordinate representation of color #EECDE1: hue angle of 323.64º 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 #EECDE1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 225 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.07 |
| HSL | 323.64º | 0.49% | 0.87% | - |
| HSV(B) | 323.64º | 0.14% | 0.93% | - |
| XYZ | 70.68 | 67.28 | 80.49 | - |
| YUV | 217.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 225 | 0 | 0.14 | 0.05 | 0.07 | 323.64 | 0.49 | 0.87 |
| Hex | EE | CD | E1 | 0 | E | 5 | 7 | 144 | 31 | 57 |
| Octal | 356 | 315 | 341 | 0 | 16 | 5 | 7 | 504 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11100001 | 0 | 1110 | 101 | 111 | 101000100 | 110001 | 1010111 |
Color Harmonies of #EECDE1
Complementary color
Monochromatic Colors of #EECDE1
Black with #EECDE1
Text Example
Text Example
White with #EECDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDE1; }
p { color: rgb(238,205,225); }
H1.HeaderClassName
{
color: #EECDE1;
}
.AnyTagClassName
{
color: #EECDE1;
}
</style>
background-color css
<style>
a { background-color: #EECDE1; }
a { background-color: rgb(238,205,225); }
div.DivClassName
{
background-color: #EECDE1;
}
.BgClassName
{
background-color: #EECDE1;
}
</style>
border-color css
<style>
span { border-color: #EECDE1; }
span { border-color: rgb(238,205,225); }
td.TdClassName
{
border-color: #EECDE1;
}
.TagClassName
{
border-color: #EECDE1;
}
</style>