Shades of Classic Rose #EED6E2
Tints of Classic Rose #EED6E2
RGB
CMYK
RGB Variations
Color information
#EED6E2 (or 0xEED6E2) is known color: Classic Rose. HEX triplet: EE, D6 and E2. RGB value is (238,214,226). Sum of RGB (Red+Green+Blue) = 238+214+226=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6E2 is #11291D. Grayscale: #DEDEDE. Windows color (decimal): -1124638 or 14866158. OLE color: 14866158.
HSL color Cylindrical-coordinate representation of color #EED6E2: hue angle of 330º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6E2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 226 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.07 |
| HSL | 330º | 0.41% | 0.89% | - |
| HSV(B) | 330º | 0.1% | 0.93% | - |
| XYZ | 73.03 | 71.76 | 81.95 | - |
| YUV | 222.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 226 | 0 | 0.10 | 0.05 | 0.07 | 330 | 0.41 | 0.89 |
| Hex | EE | D6 | E2 | 0 | A | 5 | 7 | 14A | 29 | 59 |
| Octal | 356 | 326 | 342 | 0 | 12 | 5 | 7 | 512 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11100010 | 0 | 1010 | 101 | 111 | 101001010 | 101001 | 1011001 |
Color Harmonies of #EED6E2
Complementary color
Monochromatic Colors of #EED6E2
Black with #EED6E2
Text Example
Text Example
White with #EED6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6E2; }
p { color: rgb(238,214,226); }
H1.HeaderClassName
{
color: #EED6E2;
}
.AnyTagClassName
{
color: #EED6E2;
}
</style>
background-color css
<style>
a { background-color: #EED6E2; }
a { background-color: rgb(238,214,226); }
div.DivClassName
{
background-color: #EED6E2;
}
.BgClassName
{
background-color: #EED6E2;
}
</style>
border-color css
<style>
span { border-color: #EED6E2; }
span { border-color: rgb(238,214,226); }
td.TdClassName
{
border-color: #EED6E2;
}
.TagClassName
{
border-color: #EED6E2;
}
</style>