Shades of Lavender #EFECFC
Tints of Lavender #EFECFC
RGB
CMYK
RGB Variations
Color information
#EFECFC (or 0xEFECFC) is known color: Lavender. HEX triplet: EF, EC and FC. RGB value is (239,236,252). Sum of RGB (Red+Green+Blue) = 239+236+252=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFC is #101303. Grayscale: #EEEEEE. Windows color (decimal): -1053444 or 16575727. OLE color: 16575727.
HSL color Cylindrical-coordinate representation of color #EFECFC: hue angle of 251.25º 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 #EFECFC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 236 | 252 | - |
CMYK | 0.05 | 0.06 | 0 | 0.01 |
HSL | 251.25º | 0.73% | 0.96% | - |
HSV(B) | 251.25º | 0.06% | 0.99% | - |
XYZ | 83.16 | 85.37 | 104.19 | - |
YUV | 238.72 | 135.49 | 128.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 252 | 0.05 | 0.06 | 0 | 0.01 | 251.25 | 0.73 | 0.96 |
Hex | EF | EC | FC | 5 | 6 | 0 | 1 | FB | 49 | 60 |
Octal | 357 | 354 | 374 | 5 | 6 | 0 | 1 | 373 | 111 | 140 |
Binary | 11101111 | 11101100 | 11111100 | 101 | 110 | 0 | 1 | 11111011 | 1001001 | 1100000 |
Color Harmonies of #EFECFC
Complementary color
Monochromatic Colors of #EFECFC
Black with #EFECFC
Text Example
Text Example
White with #EFECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECFC; }
p { color: rgb(239,236,252); }
H1.HeaderClassName
{
color: #EFECFC;
}
.AnyTagClassName
{
color: #EFECFC;
}
</style>
background-color css
<style>
a { background-color: #EFECFC; }
a { background-color: rgb(239,236,252); }
div.DivClassName
{
background-color: #EFECFC;
}
.BgClassName
{
background-color: #EFECFC;
}
</style>
border-color css
<style>
span { border-color: #EFECFC; }
span { border-color: rgb(239,236,252); }
td.TdClassName
{
border-color: #EFECFC;
}
.TagClassName
{
border-color: #EFECFC;
}
</style>