Shades of Lavender #EBEEFC
Tints of Lavender #EBEEFC
RGB
CMYK
RGB Variations
Color information
#EBEEFC (or 0xEBEEFC) is known color: Lavender. HEX triplet: EB, EE and FC. RGB value is (235,238,252). Sum of RGB (Red+Green+Blue) = 235+238+252=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEFC is #141103. Grayscale: #EEEEEE. Windows color (decimal): -1315076 or 16576235. OLE color: 16576235.
HSL color Cylindrical-coordinate representation of color #EBEEFC: hue angle of 229.41º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEEFC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 238 | 252 | - |
CMYK | 0.07 | 0.06 | 0 | 0.01 |
HSL | 229.41º | 0.74% | 0.95% | - |
HSV(B) | 229.41º | 0.07% | 0.99% | - |
XYZ | 82.41 | 85.84 | 104.32 | - |
YUV | 238.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 238 | 252 | 0.07 | 0.06 | 0 | 0.01 | 229.41 | 0.74 | 0.95 |
Hex | EB | EE | FC | 7 | 6 | 0 | 1 | E5 | 4A | 5F |
Octal | 353 | 356 | 374 | 7 | 6 | 0 | 1 | 345 | 112 | 137 |
Binary | 11101011 | 11101110 | 11111100 | 111 | 110 | 0 | 1 | 11100101 | 1001010 | 1011111 |
Color Harmonies of #EBEEFC
Complementary color
Monochromatic Colors of #EBEEFC
Black with #EBEEFC
Text Example
Text Example
White with #EBEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEFC; }
p { color: rgb(235,238,252); }
H1.HeaderClassName
{
color: #EBEEFC;
}
.AnyTagClassName
{
color: #EBEEFC;
}
</style>
background-color css
<style>
a { background-color: #EBEEFC; }
a { background-color: rgb(235,238,252); }
div.DivClassName
{
background-color: #EBEEFC;
}
.BgClassName
{
background-color: #EBEEFC;
}
</style>
border-color css
<style>
span { border-color: #EBEEFC; }
span { border-color: rgb(235,238,252); }
td.TdClassName
{
border-color: #EBEEFC;
}
.TagClassName
{
border-color: #EBEEFC;
}
</style>