Shades of Lavender #ECEBFB
Tints of Lavender #ECEBFB
RGB
CMYK
RGB Variations
Color information
#ECEBFB (or 0xECEBFB) is known color: Lavender. HEX triplet: EC, EB and FB. RGB value is (236,235,251). Sum of RGB (Red+Green+Blue) = 236+235+251=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBFB is #131404. Grayscale: #EDEDED. Windows color (decimal): -1250309 or 16509932. OLE color: 16509932.
HSL color Cylindrical-coordinate representation of color #ECEBFB: hue angle of 243.75º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEBFB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 235 | 251 | - |
CMYK | 0.06 | 0.06 | 0 | 0.02 |
HSL | 243.75º | 0.67% | 0.95% | - |
HSV(B) | 243.75º | 0.06% | 0.98% | - |
XYZ | 81.71 | 84.21 | 103.22 | - |
YUV | 237.12 | 135.83 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 251 | 0.06 | 0.06 | 0 | 0.02 | 243.75 | 0.67 | 0.95 |
Hex | EC | EB | FB | 6 | 6 | 0 | 2 | F4 | 43 | 5F |
Octal | 354 | 353 | 373 | 6 | 6 | 0 | 2 | 364 | 103 | 137 |
Binary | 11101100 | 11101011 | 11111011 | 110 | 110 | 0 | 10 | 11110100 | 1000011 | 1011111 |
Color Harmonies of #ECEBFB
Complementary color
Monochromatic Colors of #ECEBFB
Black with #ECEBFB
Text Example
Text Example
White with #ECEBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBFB; }
p { color: rgb(236,235,251); }
H1.HeaderClassName
{
color: #ECEBFB;
}
.AnyTagClassName
{
color: #ECEBFB;
}
</style>
background-color css
<style>
a { background-color: #ECEBFB; }
a { background-color: rgb(236,235,251); }
div.DivClassName
{
background-color: #ECEBFB;
}
.BgClassName
{
background-color: #ECEBFB;
}
</style>
border-color css
<style>
span { border-color: #ECEBFB; }
span { border-color: rgb(236,235,251); }
td.TdClassName
{
border-color: #ECEBFB;
}
.TagClassName
{
border-color: #ECEBFB;
}
</style>