Shades of Lavender #EEEEFF
Tints of Lavender #EEEEFF
RGB
CMYK
RGB Variations
Color information
#EEEEFF (or 0xEEEEFF) is known color: Lavender. HEX triplet: EE, EE and FF. RGB value is (238,238,255). Sum of RGB (Red+Green+Blue) = 238+238+255=731 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.56% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEFF is #111100. Grayscale: #EFEFEF. Windows color (decimal): -1118465 or 16772846. OLE color: 16772846.
HSL color Cylindrical-coordinate representation of color #EEEEFF: hue angle of 240º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEEEFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 238 | 255 | - |
CMYK | 0.07 | 0.07 | 0 | 0 |
HSL | 240º | 1% | 0.97% | - |
HSV(B) | 240º | 0.07% | 1% | - |
XYZ | 83.88 | 86.55 | 106.89 | - |
YUV | 239.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 255 | 0.07 | 0.07 | 0 | 0 | 240 | 1 | 0.97 |
Hex | EE | EE | FF | 7 | 7 | 0 | 0 | F0 | 64 | 61 |
Octal | 356 | 356 | 377 | 7 | 7 | 0 | 0 | 360 | 144 | 141 |
Binary | 11101110 | 11101110 | 11111111 | 111 | 111 | 0 | 0 | 11110000 | 1100100 | 1100001 |
Color Harmonies of #EEEEFF
Complementary color
Monochromatic Colors of #EEEEFF
Black with #EEEEFF
Text Example
Text Example
White with #EEEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEFF; }
p { color: rgb(238,238,255); }
H1.HeaderClassName
{
color: #EEEEFF;
}
.AnyTagClassName
{
color: #EEEEFF;
}
</style>
background-color css
<style>
a { background-color: #EEEEFF; }
a { background-color: rgb(238,238,255); }
div.DivClassName
{
background-color: #EEEEFF;
}
.BgClassName
{
background-color: #EEEEFF;
}
</style>
border-color css
<style>
span { border-color: #EEEEFF; }
span { border-color: rgb(238,238,255); }
td.TdClassName
{
border-color: #EEEEFF;
}
.TagClassName
{
border-color: #EEEEFF;
}
</style>