Shades of Lavender #ECEAFB
Tints of Lavender #ECEAFB
RGB
CMYK
RGB Variations
Color information
#ECEAFB (or 0xECEAFB) is known color: Lavender. HEX triplet: EC, EA and FB. RGB value is (236,234,251). Sum of RGB (Red+Green+Blue) = 236+234+251=721 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.73% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAFB is #131504. Grayscale: #ECECEC. Windows color (decimal): -1250565 or 16509676. OLE color: 16509676.
HSL color Cylindrical-coordinate representation of color #ECEAFB: hue angle of 247.06º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECEAFB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 234 | 251 | - |
CMYK | 0.06 | 0.07 | 0 | 0.02 |
HSL | 247.06º | 0.68% | 0.95% | - |
HSV(B) | 247.06º | 0.07% | 0.98% | - |
XYZ | 81.43 | 83.64 | 103.12 | - |
YUV | 236.54 | 136.16 | 127.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 251 | 0.06 | 0.07 | 0 | 0.02 | 247.06 | 0.68 | 0.95 |
Hex | EC | EA | FB | 6 | 7 | 0 | 2 | F7 | 44 | 5F |
Octal | 354 | 352 | 373 | 6 | 7 | 0 | 2 | 367 | 104 | 137 |
Binary | 11101100 | 11101010 | 11111011 | 110 | 111 | 0 | 10 | 11110111 | 1000100 | 1011111 |
Color Harmonies of #ECEAFB
Complementary color
Monochromatic Colors of #ECEAFB
Black with #ECEAFB
Text Example
Text Example
White with #ECEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAFB; }
p { color: rgb(236,234,251); }
H1.HeaderClassName
{
color: #ECEAFB;
}
.AnyTagClassName
{
color: #ECEAFB;
}
</style>
background-color css
<style>
a { background-color: #ECEAFB; }
a { background-color: rgb(236,234,251); }
div.DivClassName
{
background-color: #ECEAFB;
}
.BgClassName
{
background-color: #ECEAFB;
}
</style>
border-color css
<style>
span { border-color: #ECEAFB; }
span { border-color: rgb(236,234,251); }
td.TdClassName
{
border-color: #ECEAFB;
}
.TagClassName
{
border-color: #ECEAFB;
}
</style>