Shades of Classic Rose #EEBFD7
Tints of Classic Rose #EEBFD7
RGB
CMYK
RGB Variations
Color information
#EEBFD7 (or 0xEEBFD7) is known color: Classic Rose. HEX triplet: EE, BF and D7. RGB value is (238,191,215). Sum of RGB (Red+Green+Blue) = 238+191+215=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD7 is #114028. Grayscale: #CFCFCF. Windows color (decimal): -1130537 or 14139374. OLE color: 14139374.
HSL color Cylindrical-coordinate representation of color #EEBFD7: hue angle of 329.36º 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 #EEBFD7 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 191 | 215 | - |
CMYK | 0 | 0.20 | 0.10 | 0.07 |
HSL | 329.36º | 0.58% | 0.84% | - |
HSV(B) | 329.36º | 0.2% | 0.93% | - |
XYZ | 66.16 | 60.35 | 72.45 | - |
YUV | 207.79 | 132.07 | 149.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 191 | 215 | 0 | 0.20 | 0.10 | 0.07 | 329.36 | 0.58 | 0.84 |
Hex | EE | BF | D7 | 0 | 14 | A | 7 | 149 | 3A | 54 |
Octal | 356 | 277 | 327 | 0 | 24 | 12 | 7 | 511 | 72 | 124 |
Binary | 11101110 | 10111111 | 11010111 | 0 | 10100 | 1010 | 111 | 101001001 | 111010 | 1010100 |
Color Harmonies of #EEBFD7
Complementary color
Monochromatic Colors of #EEBFD7
Black with #EEBFD7
Text Example
Text Example
White with #EEBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFD7; }
p { color: rgb(238,191,215); }
H1.HeaderClassName
{
color: #EEBFD7;
}
.AnyTagClassName
{
color: #EEBFD7;
}
</style>
background-color css
<style>
a { background-color: #EEBFD7; }
a { background-color: rgb(238,191,215); }
div.DivClassName
{
background-color: #EEBFD7;
}
.BgClassName
{
background-color: #EEBFD7;
}
</style>
border-color css
<style>
span { border-color: #EEBFD7; }
span { border-color: rgb(238,191,215); }
td.TdClassName
{
border-color: #EEBFD7;
}
.TagClassName
{
border-color: #EEBFD7;
}
</style>