Shades of Lavender #EEECFC
Tints of Lavender #EEECFC
RGB
CMYK
RGB Variations
Color information
#EEECFC (or 0xEEECFC) is known color: Lavender. HEX triplet: EE, EC and FC. RGB value is (238,236,252). Sum of RGB (Red+Green+Blue) = 238+236+252=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFC is #111303. Grayscale: #EEEEEE. Windows color (decimal): -1118980 or 16575726. OLE color: 16575726.
HSL color Cylindrical-coordinate representation of color #EEECFC: hue angle of 247.5º degrees, saturation: 0.73, 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 #EEECFC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 236 | 252 | - |
CMYK | 0.06 | 0.06 | 0 | 0.01 |
HSL | 247.5º | 0.73% | 0.96% | - |
HSV(B) | 247.5º | 0.06% | 0.99% | - |
XYZ | 82.83 | 85.2 | 104.17 | - |
YUV | 238.42 | 135.66 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 252 | 0.06 | 0.06 | 0 | 0.01 | 247.5 | 0.73 | 0.96 |
Hex | EE | EC | FC | 6 | 6 | 0 | 1 | F8 | 49 | 60 |
Octal | 356 | 354 | 374 | 6 | 6 | 0 | 1 | 370 | 111 | 140 |
Binary | 11101110 | 11101100 | 11111100 | 110 | 110 | 0 | 1 | 11111000 | 1001001 | 1100000 |
Color Harmonies of #EEECFC
Complementary color
Monochromatic Colors of #EEECFC
Black with #EEECFC
Text Example
Text Example
White with #EEECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECFC; }
p { color: rgb(238,236,252); }
H1.HeaderClassName
{
color: #EEECFC;
}
.AnyTagClassName
{
color: #EEECFC;
}
</style>
background-color css
<style>
a { background-color: #EEECFC; }
a { background-color: rgb(238,236,252); }
div.DivClassName
{
background-color: #EEECFC;
}
.BgClassName
{
background-color: #EEECFC;
}
</style>
border-color css
<style>
span { border-color: #EEECFC; }
span { border-color: rgb(238,236,252); }
td.TdClassName
{
border-color: #EEECFC;
}
.TagClassName
{
border-color: #EEECFC;
}
</style>