Shades of Lavender #EEEBFD
Tints of Lavender #EEEBFD
RGB
CMYK
RGB Variations
Color information
#EEEBFD (or 0xEEEBFD) is known color: Lavender. HEX triplet: EE, EB and FD. RGB value is (238,235,253). Sum of RGB (Red+Green+Blue) = 238+235+253=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEEBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBFD is #111402. Grayscale: #EDEDED. Windows color (decimal): -1119235 or 16641006. OLE color: 16641006.
HSL color Cylindrical-coordinate representation of color #EEEBFD: hue angle of 250º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEEBFD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 235 | 253 | - |
CMYK | 0.06 | 0.07 | 0 | 0.01 |
HSL | 250º | 0.82% | 0.96% | - |
HSV(B) | 250º | 0.07% | 0.99% | - |
XYZ | 82.7 | 84.69 | 104.92 | - |
YUV | 237.95 | 136.49 | 128.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 235 | 253 | 0.06 | 0.07 | 0 | 0.01 | 250 | 0.82 | 0.96 |
Hex | EE | EB | FD | 6 | 7 | 0 | 1 | FA | 52 | 60 |
Octal | 356 | 353 | 375 | 6 | 7 | 0 | 1 | 372 | 122 | 140 |
Binary | 11101110 | 11101011 | 11111101 | 110 | 111 | 0 | 1 | 11111010 | 1010010 | 1100000 |
Color Harmonies of #EEEBFD
Complementary color
Monochromatic Colors of #EEEBFD
Black with #EEEBFD
Text Example
Text Example
White with #EEEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBFD; }
p { color: rgb(238,235,253); }
H1.HeaderClassName
{
color: #EEEBFD;
}
.AnyTagClassName
{
color: #EEEBFD;
}
</style>
background-color css
<style>
a { background-color: #EEEBFD; }
a { background-color: rgb(238,235,253); }
div.DivClassName
{
background-color: #EEEBFD;
}
.BgClassName
{
background-color: #EEEBFD;
}
</style>
border-color css
<style>
span { border-color: #EEEBFD; }
span { border-color: rgb(238,235,253); }
td.TdClassName
{
border-color: #EEEBFD;
}
.TagClassName
{
border-color: #EEEBFD;
}
</style>