Shades of Lavender #EEEBFC
Tints of Lavender #EEEBFC
RGB
CMYK
RGB Variations
Color information
#EEEBFC (or 0xEEEBFC) is known color: Lavender. HEX triplet: EE, EB and FC. RGB value is (238,235,252). Sum of RGB (Red+Green+Blue) = 238+235+252=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBFC is #111403. Grayscale: #EDEDED. Windows color (decimal): -1119236 or 16575470. OLE color: 16575470.
HSL color Cylindrical-coordinate representation of color #EEEBFC: hue angle of 250.59º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEEBFC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 235 | 252 | - |
CMYK | 0.06 | 0.07 | 0 | 0.01 |
HSL | 250.59º | 0.74% | 0.95% | - |
HSV(B) | 250.59º | 0.07% | 0.99% | - |
XYZ | 82.54 | 84.62 | 104.08 | - |
YUV | 237.84 | 135.99 | 128.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 235 | 252 | 0.06 | 0.07 | 0 | 0.01 | 250.59 | 0.74 | 0.95 |
Hex | EE | EB | FC | 6 | 7 | 0 | 1 | FB | 4A | 5F |
Octal | 356 | 353 | 374 | 6 | 7 | 0 | 1 | 373 | 112 | 137 |
Binary | 11101110 | 11101011 | 11111100 | 110 | 111 | 0 | 1 | 11111011 | 1001010 | 1011111 |
Color Harmonies of #EEEBFC
Complementary color
Monochromatic Colors of #EEEBFC
Black with #EEEBFC
Text Example
Text Example
White with #EEEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBFC; }
p { color: rgb(238,235,252); }
H1.HeaderClassName
{
color: #EEEBFC;
}
.AnyTagClassName
{
color: #EEEBFC;
}
</style>
background-color css
<style>
a { background-color: #EEEBFC; }
a { background-color: rgb(238,235,252); }
div.DivClassName
{
background-color: #EEEBFC;
}
.BgClassName
{
background-color: #EEEBFC;
}
</style>
border-color css
<style>
span { border-color: #EEEBFC; }
span { border-color: rgb(238,235,252); }
td.TdClassName
{
border-color: #EEEBFC;
}
.TagClassName
{
border-color: #EEEBFC;
}
</style>