Shades of Classic Rose #EEBFD8
Tints of Classic Rose #EEBFD8
RGB
CMYK
RGB Variations
Color information
#EEBFD8 (or 0xEEBFD8) is known color: Classic Rose. HEX triplet: EE, BF and D8. RGB value is (238,191,216). Sum of RGB (Red+Green+Blue) = 238+191+216=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD8 is #114027. Grayscale: #CFCFCF. Windows color (decimal): -1130536 or 14204910. OLE color: 14204910.
HSL color Cylindrical-coordinate representation of color #EEBFD8: hue angle of 328.09º 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 #EEBFD8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 216 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.07 |
| HSL | 328.09º | 0.58% | 0.84% | - |
| HSV(B) | 328.09º | 0.2% | 0.93% | - |
| XYZ | 66.29 | 60.4 | 73.13 | - |
| YUV | 207.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 216 | 0 | 0.20 | 0.09 | 0.07 | 328.09 | 0.58 | 0.84 |
| Hex | EE | BF | D8 | 0 | 14 | 9 | 7 | 148 | 3A | 54 |
| Octal | 356 | 277 | 330 | 0 | 24 | 11 | 7 | 510 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11011000 | 0 | 10100 | 1001 | 111 | 101001000 | 111010 | 1010100 |
Color Harmonies of #EEBFD8
Complementary color
Monochromatic Colors of #EEBFD8
Black with #EEBFD8
Text Example
Text Example
White with #EEBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFD8; }
p { color: rgb(238,191,216); }
H1.HeaderClassName
{
color: #EEBFD8;
}
.AnyTagClassName
{
color: #EEBFD8;
}
</style>
background-color css
<style>
a { background-color: #EEBFD8; }
a { background-color: rgb(238,191,216); }
div.DivClassName
{
background-color: #EEBFD8;
}
.BgClassName
{
background-color: #EEBFD8;
}
</style>
border-color css
<style>
span { border-color: #EEBFD8; }
span { border-color: rgb(238,191,216); }
td.TdClassName
{
border-color: #EEBFD8;
}
.TagClassName
{
border-color: #EEBFD8;
}
</style>