Shades of Lavender #EEECFD
Tints of Lavender #EEECFD
RGB
CMYK
RGB Variations
Color information
#EEECFD (or 0xEEECFD) is known color: Lavender. HEX triplet: EE, EC and FD. RGB value is (238,236,253). Sum of RGB (Red+Green+Blue) = 238+236+253=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFD is #111302. Grayscale: #EEEEEE. Windows color (decimal): -1118979 or 16641262. OLE color: 16641262.
HSL color Cylindrical-coordinate representation of color #EEECFD: hue angle of 247.06º degrees, saturation: 0.81, 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 #EEECFD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 236 | 253 | - |
CMYK | 0.06 | 0.07 | 0 | 0.01 |
HSL | 247.06º | 0.81% | 0.96% | - |
HSV(B) | 247.06º | 0.07% | 0.99% | - |
XYZ | 82.98 | 85.26 | 105.01 | - |
YUV | 238.54 | 136.16 | 127.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 253 | 0.06 | 0.07 | 0 | 0.01 | 247.06 | 0.81 | 0.96 |
Hex | EE | EC | FD | 6 | 7 | 0 | 1 | F7 | 51 | 60 |
Octal | 356 | 354 | 375 | 6 | 7 | 0 | 1 | 367 | 121 | 140 |
Binary | 11101110 | 11101100 | 11111101 | 110 | 111 | 0 | 1 | 11110111 | 1010001 | 1100000 |
Color Harmonies of #EEECFD
Complementary color
Monochromatic Colors of #EEECFD
Black with #EEECFD
Text Example
Text Example
White with #EEECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECFD; }
p { color: rgb(238,236,253); }
H1.HeaderClassName
{
color: #EEECFD;
}
.AnyTagClassName
{
color: #EEECFD;
}
</style>
background-color css
<style>
a { background-color: #EEECFD; }
a { background-color: rgb(238,236,253); }
div.DivClassName
{
background-color: #EEECFD;
}
.BgClassName
{
background-color: #EEECFD;
}
</style>
border-color css
<style>
span { border-color: #EEECFD; }
span { border-color: rgb(238,236,253); }
td.TdClassName
{
border-color: #EEECFD;
}
.TagClassName
{
border-color: #EEECFD;
}
</style>