Shades of Mauve #EEBFFE
Tints of Mauve #EEBFFE
RGB
CMYK
RGB Variations
Color information
#EEBFFE (or 0xEEBFFE) is known color: Mauve. HEX triplet: EE, BF and FE. RGB value is (238,191,254). Sum of RGB (Red+Green+Blue) = 238+191+254=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFFE is #114001. Grayscale: #D4D4D4. Windows color (decimal): -1130498 or 16695278. OLE color: 16695278.
HSL color Cylindrical-coordinate representation of color #EEBFFE: hue angle of 284.76º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBFFE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 191 | 254 | - |
CMYK | 0.06 | 0.25 | 0 | 0.00 |
HSL | 284.76º | 0.97% | 0.87% | - |
HSV(B) | 284.76º | 0.25% | 1% | - |
XYZ | 71.78 | 62.59 | 102.06 | - |
YUV | 212.24 | 151.57 | 146.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 191 | 254 | 0.06 | 0.25 | 0 | 0.00 | 284.76 | 0.97 | 0.87 |
Hex | EE | BF | FE | 6 | 19 | 0 | 0 | 11D | 61 | 57 |
Octal | 356 | 277 | 376 | 6 | 31 | 0 | 0 | 435 | 141 | 127 |
Binary | 11101110 | 10111111 | 11111110 | 110 | 11001 | 0 | 0 | 100011101 | 1100001 | 1010111 |
Color Harmonies of #EEBFFE
Complementary color
Monochromatic Colors of #EEBFFE
Black with #EEBFFE
Text Example
Text Example
White with #EEBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFFE; }
p { color: rgb(238,191,254); }
H1.HeaderClassName
{
color: #EEBFFE;
}
.AnyTagClassName
{
color: #EEBFFE;
}
</style>
background-color css
<style>
a { background-color: #EEBFFE; }
a { background-color: rgb(238,191,254); }
div.DivClassName
{
background-color: #EEBFFE;
}
.BgClassName
{
background-color: #EEBFFE;
}
</style>
border-color css
<style>
span { border-color: #EEBFFE; }
span { border-color: rgb(238,191,254); }
td.TdClassName
{
border-color: #EEBFFE;
}
.TagClassName
{
border-color: #EEBFFE;
}
</style>