Shades of Classic Rose #EEBFD3
Tints of Classic Rose #EEBFD3
RGB
CMYK
RGB Variations
Color information
#EEBFD3 (or 0xEEBFD3) is known color: Classic Rose. HEX triplet: EE, BF and D3. RGB value is (238,191,211). Sum of RGB (Red+Green+Blue) = 238+191+211=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD3 is #11402C. Grayscale: #CFCFCF. Windows color (decimal): -1130541 or 13877230. OLE color: 13877230.
HSL color Cylindrical-coordinate representation of color #EEBFD3: hue angle of 334.47º 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 #EEBFD3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 211 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.07 |
| HSL | 334.47º | 0.58% | 0.84% | - |
| HSV(B) | 334.47º | 0.2% | 0.93% | - |
| XYZ | 65.65 | 60.14 | 69.78 | - |
| YUV | 207.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 211 | 0 | 0.20 | 0.11 | 0.07 | 334.47 | 0.58 | 0.84 |
| Hex | EE | BF | D3 | 0 | 14 | B | 7 | 14E | 3A | 54 |
| Octal | 356 | 277 | 323 | 0 | 24 | 13 | 7 | 516 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11010011 | 0 | 10100 | 1011 | 111 | 101001110 | 111010 | 1010100 |
Color Harmonies of #EEBFD3
Complementary color
Monochromatic Colors of #EEBFD3
Black with #EEBFD3
Text Example
Text Example
White with #EEBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFD3; }
p { color: rgb(238,191,211); }
H1.HeaderClassName
{
color: #EEBFD3;
}
.AnyTagClassName
{
color: #EEBFD3;
}
</style>
background-color css
<style>
a { background-color: #EEBFD3; }
a { background-color: rgb(238,191,211); }
div.DivClassName
{
background-color: #EEBFD3;
}
.BgClassName
{
background-color: #EEBFD3;
}
</style>
border-color css
<style>
span { border-color: #EEBFD3; }
span { border-color: rgb(238,191,211); }
td.TdClassName
{
border-color: #EEBFD3;
}
.TagClassName
{
border-color: #EEBFD3;
}
</style>