Shades of Lavender #ECEAFF
Tints of Lavender #ECEAFF
RGB
CMYK
RGB Variations
Color information
#ECEAFF (or 0xECEAFF) is known color: Lavender. HEX triplet: EC, EA and FF. RGB value is (236,234,255). Sum of RGB (Red+Green+Blue) = 236+234+255=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 234 (91.80% from 255 or 32.28% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAFF is #131500. Grayscale: #ECECEC. Windows color (decimal): -1250561 or 16771820. OLE color: 16771820.
HSL color Cylindrical-coordinate representation of color #ECEAFF: hue angle of 245.71º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECEAFF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 234 | 255 | - |
CMYK | 0.07 | 0.08 | 0 | 0 |
HSL | 245.71º | 1% | 0.96% | - |
HSV(B) | 245.71º | 0.08% | 1% | - |
XYZ | 82.06 | 83.9 | 106.48 | - |
YUV | 236.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 255 | 0.07 | 0.08 | 0 | 0 | 245.71 | 1 | 0.96 |
Hex | EC | EA | FF | 7 | 8 | 0 | 0 | F6 | 64 | 60 |
Octal | 354 | 352 | 377 | 7 | 10 | 0 | 0 | 366 | 144 | 140 |
Binary | 11101100 | 11101010 | 11111111 | 111 | 1000 | 0 | 0 | 11110110 | 1100100 | 1100000 |
Color Harmonies of #ECEAFF
Complementary color
Monochromatic Colors of #ECEAFF
Black with #ECEAFF
Text Example
Text Example
White with #ECEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAFF; }
p { color: rgb(236,234,255); }
H1.HeaderClassName
{
color: #ECEAFF;
}
.AnyTagClassName
{
color: #ECEAFF;
}
</style>
background-color css
<style>
a { background-color: #ECEAFF; }
a { background-color: rgb(236,234,255); }
div.DivClassName
{
background-color: #ECEAFF;
}
.BgClassName
{
background-color: #ECEAFF;
}
</style>
border-color css
<style>
span { border-color: #ECEAFF; }
span { border-color: rgb(236,234,255); }
td.TdClassName
{
border-color: #ECEAFF;
}
.TagClassName
{
border-color: #ECEAFF;
}
</style>