Shades of Lavender #EEECFA
Tints of Lavender #EEECFA
RGB
CMYK
RGB Variations
Color information
#EEECFA (or 0xEEECFA) is known color: Lavender. HEX triplet: EE, EC and FA. RGB value is (238,236,250). Sum of RGB (Red+Green+Blue) = 238+236+250=724 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.87% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFA is #111305. Grayscale: #EEEEEE. Windows color (decimal): -1118982 or 16444654. OLE color: 16444654.
HSL color Cylindrical-coordinate representation of color #EEECFA: hue angle of 248.57º degrees, saturation: 0.58, 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 #EEECFA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 236 | 250 | - |
CMYK | 0.05 | 0.06 | 0 | 0.02 |
HSL | 248.57º | 0.58% | 0.95% | - |
HSV(B) | 248.57º | 0.06% | 0.98% | - |
XYZ | 82.51 | 85.07 | 102.51 | - |
YUV | 238.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 250 | 0.05 | 0.06 | 0 | 0.02 | 248.57 | 0.58 | 0.95 |
Hex | EE | EC | FA | 5 | 6 | 0 | 2 | F9 | 3A | 5F |
Octal | 356 | 354 | 372 | 5 | 6 | 0 | 2 | 371 | 72 | 137 |
Binary | 11101110 | 11101100 | 11111010 | 101 | 110 | 0 | 10 | 11111001 | 111010 | 1011111 |
Color Harmonies of #EEECFA
Complementary color
Monochromatic Colors of #EEECFA
Black with #EEECFA
Text Example
Text Example
White with #EEECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECFA; }
p { color: rgb(238,236,250); }
H1.HeaderClassName
{
color: #EEECFA;
}
.AnyTagClassName
{
color: #EEECFA;
}
</style>
background-color css
<style>
a { background-color: #EEECFA; }
a { background-color: rgb(238,236,250); }
div.DivClassName
{
background-color: #EEECFA;
}
.BgClassName
{
background-color: #EEECFA;
}
</style>
border-color css
<style>
span { border-color: #EEECFA; }
span { border-color: rgb(238,236,250); }
td.TdClassName
{
border-color: #EEECFA;
}
.TagClassName
{
border-color: #EEECFA;
}
</style>