Shades of Lavender #ECEEF8
Tints of Lavender #ECEEF8
RGB
CMYK
RGB Variations
Color information
#ECEEF8 (or 0xECEEF8) is known color: Lavender. HEX triplet: EC, EE and F8. RGB value is (236,238,248). Sum of RGB (Red+Green+Blue) = 236+238+248=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEF8 is #131107. Grayscale: #EEEEEE. Windows color (decimal): -1249544 or 16314092. OLE color: 16314092.
HSL color Cylindrical-coordinate representation of color #ECEEF8: hue angle of 230º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECEEF8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 238 | 248 | - |
CMYK | 0.05 | 0.04 | 0 | 0.03 |
HSL | 230º | 0.46% | 0.95% | - |
HSV(B) | 230º | 0.05% | 0.97% | - |
XYZ | 82.11 | 85.76 | 101.03 | - |
YUV | 238.54 | 133.34 | 126.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 248 | 0.05 | 0.04 | 0 | 0.03 | 230 | 0.46 | 0.95 |
Hex | EC | EE | F8 | 5 | 4 | 0 | 3 | E6 | 2E | 5F |
Octal | 354 | 356 | 370 | 5 | 4 | 0 | 3 | 346 | 56 | 137 |
Binary | 11101100 | 11101110 | 11111000 | 101 | 100 | 0 | 11 | 11100110 | 101110 | 1011111 |
Color Harmonies of #ECEEF8
Complementary color
Monochromatic Colors of #ECEEF8
Black with #ECEEF8
Text Example
Text Example
White with #ECEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEF8; }
p { color: rgb(236,238,248); }
H1.HeaderClassName
{
color: #ECEEF8;
}
.AnyTagClassName
{
color: #ECEEF8;
}
</style>
background-color css
<style>
a { background-color: #ECEEF8; }
a { background-color: rgb(236,238,248); }
div.DivClassName
{
background-color: #ECEEF8;
}
.BgClassName
{
background-color: #ECEEF8;
}
</style>
border-color css
<style>
span { border-color: #ECEEF8; }
span { border-color: rgb(236,238,248); }
td.TdClassName
{
border-color: #ECEEF8;
}
.TagClassName
{
border-color: #ECEEF8;
}
</style>