Shades of Lavender #EFEEFD
Tints of Lavender #EFEEFD
RGB
CMYK
RGB Variations
Color information
#EFEEFD (or 0xEFEEFD) is known color: Lavender. HEX triplet: EF, EE and FD. RGB value is (239,238,253). Sum of RGB (Red+Green+Blue) = 239+238+253=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFD is #101102. Grayscale: #EFEFEF. Windows color (decimal): -1052931 or 16641775. OLE color: 16641775.
HSL color Cylindrical-coordinate representation of color #EFEEFD: hue angle of 244º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEEFD is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 238 | 253 | - |
CMYK | 0.06 | 0.06 | 0 | 0.01 |
HSL | 244º | 0.79% | 0.96% | - |
HSV(B) | 244º | 0.06% | 0.99% | - |
XYZ | 83.9 | 86.59 | 105.22 | - |
YUV | 240.01 | 135.33 | 127.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 253 | 0.06 | 0.06 | 0 | 0.01 | 244 | 0.79 | 0.96 |
Hex | EF | EE | FD | 6 | 6 | 0 | 1 | F4 | 4F | 60 |
Octal | 357 | 356 | 375 | 6 | 6 | 0 | 1 | 364 | 117 | 140 |
Binary | 11101111 | 11101110 | 11111101 | 110 | 110 | 0 | 1 | 11110100 | 1001111 | 1100000 |
Color Harmonies of #EFEEFD
Complementary color
Monochromatic Colors of #EFEEFD
Black with #EFEEFD
Text Example
Text Example
White with #EFEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEFD; }
p { color: rgb(239,238,253); }
H1.HeaderClassName
{
color: #EFEEFD;
}
.AnyTagClassName
{
color: #EFEEFD;
}
</style>
background-color css
<style>
a { background-color: #EFEEFD; }
a { background-color: rgb(239,238,253); }
div.DivClassName
{
background-color: #EFEEFD;
}
.BgClassName
{
background-color: #EFEEFD;
}
</style>
border-color css
<style>
span { border-color: #EFEEFD; }
span { border-color: rgb(239,238,253); }
td.TdClassName
{
border-color: #EFEEFD;
}
.TagClassName
{
border-color: #EFEEFD;
}
</style>