Shades of Classic Rose #EED6E6
Tints of Classic Rose #EED6E6
RGB
CMYK
RGB Variations
Color information
#EED6E6 (or 0xEED6E6) is known color: Classic Rose. HEX triplet: EE, D6 and E6. RGB value is (238,214,230). Sum of RGB (Red+Green+Blue) = 238+214+230=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6E6 is #112919. Grayscale: #DEDEDE. Windows color (decimal): -1124634 or 15128302. OLE color: 15128302.
HSL color Cylindrical-coordinate representation of color #EED6E6: hue angle of 320º 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 #EED6E6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 230 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.07 |
| HSL | 320º | 0.41% | 0.89% | - |
| HSV(B) | 320º | 0.1% | 0.93% | - |
| XYZ | 73.59 | 71.98 | 84.88 | - |
| YUV | 223 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 230 | 0 | 0.10 | 0.03 | 0.07 | 320 | 0.41 | 0.89 |
| Hex | EE | D6 | E6 | 0 | A | 3 | 7 | 140 | 29 | 59 |
| Octal | 356 | 326 | 346 | 0 | 12 | 3 | 7 | 500 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11100110 | 0 | 1010 | 11 | 111 | 101000000 | 101001 | 1011001 |
Color Harmonies of #EED6E6
Complementary color
Monochromatic Colors of #EED6E6
Black with #EED6E6
Text Example
Text Example
White with #EED6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6E6; }
p { color: rgb(238,214,230); }
H1.HeaderClassName
{
color: #EED6E6;
}
.AnyTagClassName
{
color: #EED6E6;
}
</style>
background-color css
<style>
a { background-color: #EED6E6; }
a { background-color: rgb(238,214,230); }
div.DivClassName
{
background-color: #EED6E6;
}
.BgClassName
{
background-color: #EED6E6;
}
</style>
border-color css
<style>
span { border-color: #EED6E6; }
span { border-color: rgb(238,214,230); }
td.TdClassName
{
border-color: #EED6E6;
}
.TagClassName
{
border-color: #EED6E6;
}
</style>