Shades of Lavender #ECEEFD
Tints of Lavender #ECEEFD
RGB
CMYK
RGB Variations
Color information
#ECEEFD (or 0xECEEFD) is known color: Lavender. HEX triplet: EC, EE and FD. RGB value is (236,238,253). Sum of RGB (Red+Green+Blue) = 236+238+253=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEFD is #131102. Grayscale: #EFEFEF. Windows color (decimal): -1249539 or 16641772. OLE color: 16641772.
HSL color Cylindrical-coordinate representation of color #ECEEFD: hue angle of 232.94º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECEEFD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 238 | 253 | - |
CMYK | 0.07 | 0.06 | 0 | 0.01 |
HSL | 232.94º | 0.81% | 0.96% | - |
HSV(B) | 232.94º | 0.07% | 0.99% | - |
XYZ | 82.9 | 86.07 | 105.17 | - |
YUV | 239.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 253 | 0.07 | 0.06 | 0 | 0.01 | 232.94 | 0.81 | 0.96 |
Hex | EC | EE | FD | 7 | 6 | 0 | 1 | E9 | 51 | 60 |
Octal | 354 | 356 | 375 | 7 | 6 | 0 | 1 | 351 | 121 | 140 |
Binary | 11101100 | 11101110 | 11111101 | 111 | 110 | 0 | 1 | 11101001 | 1010001 | 1100000 |
Color Harmonies of #ECEEFD
Complementary color
Monochromatic Colors of #ECEEFD
Black with #ECEEFD
Text Example
Text Example
White with #ECEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEFD; }
p { color: rgb(236,238,253); }
H1.HeaderClassName
{
color: #ECEEFD;
}
.AnyTagClassName
{
color: #ECEEFD;
}
</style>
background-color css
<style>
a { background-color: #ECEEFD; }
a { background-color: rgb(236,238,253); }
div.DivClassName
{
background-color: #ECEEFD;
}
.BgClassName
{
background-color: #ECEEFD;
}
</style>
border-color css
<style>
span { border-color: #ECEEFD; }
span { border-color: rgb(236,238,253); }
td.TdClassName
{
border-color: #ECEEFD;
}
.TagClassName
{
border-color: #ECEEFD;
}
</style>