Shades of Lavender #EFEFFC
Tints of Lavender #EFEFFC
RGB
CMYK
RGB Variations
Color information
#EFEFFC (or 0xEFEFFC) is known color: Lavender. HEX triplet: EF, EF and FC. RGB value is (239,239,252). Sum of RGB (Red+Green+Blue) = 239+239+252=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFFC is #101003. Grayscale: #F0F0F0. Windows color (decimal): -1052676 or 16576495. OLE color: 16576495.
HSL color Cylindrical-coordinate representation of color #EFEFFC: hue angle of 240º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEFFC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 239 | 252 | - |
CMYK | 0.05 | 0.05 | 0 | 0.01 |
HSL | 240º | 0.68% | 0.96% | - |
HSV(B) | 240º | 0.05% | 0.99% | - |
XYZ | 84.03 | 87.11 | 104.48 | - |
YUV | 240.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 252 | 0.05 | 0.05 | 0 | 0.01 | 240 | 0.68 | 0.96 |
Hex | EF | EF | FC | 5 | 5 | 0 | 1 | F0 | 44 | 60 |
Octal | 357 | 357 | 374 | 5 | 5 | 0 | 1 | 360 | 104 | 140 |
Binary | 11101111 | 11101111 | 11111100 | 101 | 101 | 0 | 1 | 11110000 | 1000100 | 1100000 |
Color Harmonies of #EFEFFC
Complementary color
Monochromatic Colors of #EFEFFC
Black with #EFEFFC
Text Example
Text Example
White with #EFEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFFC; }
p { color: rgb(239,239,252); }
H1.HeaderClassName
{
color: #EFEFFC;
}
.AnyTagClassName
{
color: #EFEFFC;
}
</style>
background-color css
<style>
a { background-color: #EFEFFC; }
a { background-color: rgb(239,239,252); }
div.DivClassName
{
background-color: #EFEFFC;
}
.BgClassName
{
background-color: #EFEFFC;
}
</style>
border-color css
<style>
span { border-color: #EFEFFC; }
span { border-color: rgb(239,239,252); }
td.TdClassName
{
border-color: #EFEFFC;
}
.TagClassName
{
border-color: #EFEFFC;
}
</style>