Shades of Classic Rose #EEBFD6
Tints of Classic Rose #EEBFD6
RGB
CMYK
RGB Variations
Color information
#EEBFD6 (or 0xEEBFD6) is known color: Classic Rose. HEX triplet: EE, BF and D6. RGB value is (238,191,214). Sum of RGB (Red+Green+Blue) = 238+191+214=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD6 is #114029. Grayscale: #CFCFCF. Windows color (decimal): -1130538 or 14073838. OLE color: 14073838.
HSL color Cylindrical-coordinate representation of color #EEBFD6: hue angle of 330.64º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFD6 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 214 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.07 |
| HSL | 330.64º | 0.58% | 0.84% | - |
| HSV(B) | 330.64º | 0.2% | 0.93% | - |
| XYZ | 66.03 | 60.29 | 71.78 | - |
| YUV | 207.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 214 | 0 | 0.20 | 0.10 | 0.07 | 330.64 | 0.58 | 0.84 |
| Hex | EE | BF | D6 | 0 | 14 | A | 7 | 14B | 3A | 54 |
| Octal | 356 | 277 | 326 | 0 | 24 | 12 | 7 | 513 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11010110 | 0 | 10100 | 1010 | 111 | 101001011 | 111010 | 1010100 |
Color Harmonies of #EEBFD6
Complementary color
Monochromatic Colors of #EEBFD6
Black with #EEBFD6
Text Example
Text Example
White with #EEBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFD6; }
p { color: rgb(238,191,214); }
H1.HeaderClassName
{
color: #EEBFD6;
}
.AnyTagClassName
{
color: #EEBFD6;
}
</style>
background-color css
<style>
a { background-color: #EEBFD6; }
a { background-color: rgb(238,191,214); }
div.DivClassName
{
background-color: #EEBFD6;
}
.BgClassName
{
background-color: #EEBFD6;
}
</style>
border-color css
<style>
span { border-color: #EEBFD6; }
span { border-color: rgb(238,191,214); }
td.TdClassName
{
border-color: #EEBFD6;
}
.TagClassName
{
border-color: #EEBFD6;
}
</style>