Shades of Lavender #EFEDFC
Tints of Lavender #EFEDFC
RGB
CMYK
RGB Variations
Color information
#EFEDFC (or 0xEFEDFC) is known color: Lavender. HEX triplet: EF, ED and FC. RGB value is (239,237,252). Sum of RGB (Red+Green+Blue) = 239+237+252=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFC is #101203. Grayscale: #EFEFEF. Windows color (decimal): -1053188 or 16575983. OLE color: 16575983.
HSL color Cylindrical-coordinate representation of color #EFEDFC: hue angle of 248º degrees, saturation: 0.71, 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 #EFEDFC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 237 | 252 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.01 |
| HSL | 248º | 0.71% | 0.96% | - |
| HSV(B) | 248º | 0.06% | 0.99% | - |
| XYZ | 83.45 | 85.95 | 104.29 | - |
| YUV | 239.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 252 | 0.05 | 0.06 | 0 | 0.01 | 248 | 0.71 | 0.96 |
| Hex | EF | ED | FC | 5 | 6 | 0 | 1 | F8 | 47 | 60 |
| Octal | 357 | 355 | 374 | 5 | 6 | 0 | 1 | 370 | 107 | 140 |
| Binary | 11101111 | 11101101 | 11111100 | 101 | 110 | 0 | 1 | 11111000 | 1000111 | 1100000 |
Color Harmonies of #EFEDFC
Complementary color
Monochromatic Colors of #EFEDFC
Black with #EFEDFC
Text Example
Text Example
White with #EFEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDFC; }
p { color: rgb(239,237,252); }
H1.HeaderClassName
{
color: #EFEDFC;
}
.AnyTagClassName
{
color: #EFEDFC;
}
</style>
background-color css
<style>
a { background-color: #EFEDFC; }
a { background-color: rgb(239,237,252); }
div.DivClassName
{
background-color: #EFEDFC;
}
.BgClassName
{
background-color: #EFEDFC;
}
</style>
border-color css
<style>
span { border-color: #EFEDFC; }
span { border-color: rgb(239,237,252); }
td.TdClassName
{
border-color: #EFEDFC;
}
.TagClassName
{
border-color: #EFEDFC;
}
</style>