Shades of Classic Rose #EECDE2
Tints of Classic Rose #EECDE2
RGB
CMYK
RGB Variations
Color information
#EECDE2 (or 0xEECDE2) is known color: Classic Rose. HEX triplet: EE, CD and E2. RGB value is (238,205,226). Sum of RGB (Red+Green+Blue) = 238+205+226=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDE2 is #11321D. Grayscale: #D9D9D9. Windows color (decimal): -1126942 or 14863854. OLE color: 14863854.
HSL color Cylindrical-coordinate representation of color #EECDE2: hue angle of 321.82º 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 #EECDE2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 226 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.07 |
| HSL | 321.82º | 0.49% | 0.87% | - |
| HSV(B) | 321.82º | 0.14% | 0.93% | - |
| XYZ | 70.82 | 67.33 | 81.22 | - |
| YUV | 217.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 226 | 0 | 0.14 | 0.05 | 0.07 | 321.82 | 0.49 | 0.87 |
| Hex | EE | CD | E2 | 0 | E | 5 | 7 | 142 | 31 | 57 |
| Octal | 356 | 315 | 342 | 0 | 16 | 5 | 7 | 502 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11100010 | 0 | 1110 | 101 | 111 | 101000010 | 110001 | 1010111 |
Color Harmonies of #EECDE2
Complementary color
Monochromatic Colors of #EECDE2
Black with #EECDE2
Text Example
Text Example
White with #EECDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDE2; }
p { color: rgb(238,205,226); }
H1.HeaderClassName
{
color: #EECDE2;
}
.AnyTagClassName
{
color: #EECDE2;
}
</style>
background-color css
<style>
a { background-color: #EECDE2; }
a { background-color: rgb(238,205,226); }
div.DivClassName
{
background-color: #EECDE2;
}
.BgClassName
{
background-color: #EECDE2;
}
</style>
border-color css
<style>
span { border-color: #EECDE2; }
span { border-color: rgb(238,205,226); }
td.TdClassName
{
border-color: #EECDE2;
}
.TagClassName
{
border-color: #EECDE2;
}
</style>