Shades of Classic Rose #EECDE3
Tints of Classic Rose #EECDE3
RGB
CMYK
RGB Variations
Color information
#EECDE3 (or 0xEECDE3) is known color: Classic Rose. HEX triplet: EE, CD and E3. RGB value is (238,205,227). Sum of RGB (Red+Green+Blue) = 238+205+227=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE3 is #11321C. Grayscale: #D9D9D9. Windows color (decimal): -1126941 or 14929390. OLE color: 14929390.
HSL color Cylindrical-coordinate representation of color #EECDE3: hue angle of 320º 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 #EECDE3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 227 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.07 |
| HSL | 320º | 0.49% | 0.87% | - |
| HSV(B) | 320º | 0.14% | 0.93% | - |
| XYZ | 70.96 | 67.39 | 81.94 | - |
| YUV | 217.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 227 | 0 | 0.14 | 0.05 | 0.07 | 320 | 0.49 | 0.87 |
| Hex | EE | CD | E3 | 0 | E | 5 | 7 | 140 | 31 | 57 |
| Octal | 356 | 315 | 343 | 0 | 16 | 5 | 7 | 500 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11100011 | 0 | 1110 | 101 | 111 | 101000000 | 110001 | 1010111 |
Color Harmonies of #EECDE3
Complementary color
Monochromatic Colors of #EECDE3
Black with #EECDE3
Text Example
Text Example
White with #EECDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDE3; }
p { color: rgb(238,205,227); }
H1.HeaderClassName
{
color: #EECDE3;
}
.AnyTagClassName
{
color: #EECDE3;
}
</style>
background-color css
<style>
a { background-color: #EECDE3; }
a { background-color: rgb(238,205,227); }
div.DivClassName
{
background-color: #EECDE3;
}
.BgClassName
{
background-color: #EECDE3;
}
</style>
border-color css
<style>
span { border-color: #EECDE3; }
span { border-color: rgb(238,205,227); }
td.TdClassName
{
border-color: #EECDE3;
}
.TagClassName
{
border-color: #EECDE3;
}
</style>