Shades of Lavender #EEECFB
Tints of Lavender #EEECFB
RGB
CMYK
RGB Variations
Color information
#EEECFB (or 0xEEECFB) is known color: Lavender. HEX triplet: EE, EC and FB. RGB value is (238,236,251). Sum of RGB (Red+Green+Blue) = 238+236+251=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFB is #111304. Grayscale: #EEEEEE. Windows color (decimal): -1118981 or 16510190. OLE color: 16510190.
HSL color Cylindrical-coordinate representation of color #EEECFB: hue angle of 248º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEECFB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 236 | 251 | - |
CMYK | 0.05 | 0.06 | 0 | 0.02 |
HSL | 248º | 0.65% | 0.95% | - |
HSV(B) | 248º | 0.06% | 0.98% | - |
XYZ | 82.67 | 85.13 | 103.34 | - |
YUV | 238.31 | 135.16 | 127.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 251 | 0.05 | 0.06 | 0 | 0.02 | 248 | 0.65 | 0.95 |
Hex | EE | EC | FB | 5 | 6 | 0 | 2 | F8 | 41 | 5F |
Octal | 356 | 354 | 373 | 5 | 6 | 0 | 2 | 370 | 101 | 137 |
Binary | 11101110 | 11101100 | 11111011 | 101 | 110 | 0 | 10 | 11111000 | 1000001 | 1011111 |
Color Harmonies of #EEECFB
Complementary color
Monochromatic Colors of #EEECFB
Black with #EEECFB
Text Example
Text Example
White with #EEECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECFB; }
p { color: rgb(238,236,251); }
H1.HeaderClassName
{
color: #EEECFB;
}
.AnyTagClassName
{
color: #EEECFB;
}
</style>
background-color css
<style>
a { background-color: #EEECFB; }
a { background-color: rgb(238,236,251); }
div.DivClassName
{
background-color: #EEECFB;
}
.BgClassName
{
background-color: #EEECFB;
}
</style>
border-color css
<style>
span { border-color: #EEECFB; }
span { border-color: rgb(238,236,251); }
td.TdClassName
{
border-color: #EEECFB;
}
.TagClassName
{
border-color: #EEECFB;
}
</style>