Shades of Lavender #EEEAFF
Tints of Lavender #EEEAFF
RGB
CMYK
RGB Variations
Color information
#EEEAFF (or 0xEEEAFF) is known color: Lavender. HEX triplet: EE, EA and FF. RGB value is (238,234,255). Sum of RGB (Red+Green+Blue) = 238+234+255=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFF is #111500. Grayscale: #EDEDED. Windows color (decimal): -1119489 or 16771822. OLE color: 16771822.
HSL color Cylindrical-coordinate representation of color #EEEAFF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEAFF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 234 | 255 | - |
| CMYK | 0.07 | 0.08 | 0 | 0 |
| HSL | 251.43º | 1% | 0.96% | - |
| HSV(B) | 251.43º | 0.08% | 1% | - |
| XYZ | 82.73 | 84.24 | 106.51 | - |
| YUV | 237.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 255 | 0.07 | 0.08 | 0 | 0 | 251.43 | 1 | 0.96 |
| Hex | EE | EA | FF | 7 | 8 | 0 | 0 | FB | 64 | 60 |
| Octal | 356 | 352 | 377 | 7 | 10 | 0 | 0 | 373 | 144 | 140 |
| Binary | 11101110 | 11101010 | 11111111 | 111 | 1000 | 0 | 0 | 11111011 | 1100100 | 1100000 |
Color Harmonies of #EEEAFF
Complementary color
Monochromatic Colors of #EEEAFF
Black with #EEEAFF
Text Example
Text Example
White with #EEEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAFF; }
p { color: rgb(238,234,255); }
H1.HeaderClassName
{
color: #EEEAFF;
}
.AnyTagClassName
{
color: #EEEAFF;
}
</style>
background-color css
<style>
a { background-color: #EEEAFF; }
a { background-color: rgb(238,234,255); }
div.DivClassName
{
background-color: #EEEAFF;
}
.BgClassName
{
background-color: #EEEAFF;
}
</style>
border-color css
<style>
span { border-color: #EEEAFF; }
span { border-color: rgb(238,234,255); }
td.TdClassName
{
border-color: #EEEAFF;
}
.TagClassName
{
border-color: #EEEAFF;
}
</style>