Shades of Lavender #ECECFD
Tints of Lavender #ECECFD
RGB
CMYK
RGB Variations
Color information
#ECECFD (or 0xECECFD) is known color: Lavender. HEX triplet: EC, EC and FD. RGB value is (236,236,253). Sum of RGB (Red+Green+Blue) = 236+236+253=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFD is #131302. Grayscale: #EDEDED. Windows color (decimal): -1250051 or 16641260. OLE color: 16641260.
HSL color Cylindrical-coordinate representation of color #ECECFD: hue angle of 240º 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 #ECECFD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 236 | 253 | - |
CMYK | 0.07 | 0.07 | 0 | 0.01 |
HSL | 240º | 0.81% | 0.96% | - |
HSV(B) | 240º | 0.07% | 0.99% | - |
XYZ | 82.32 | 84.92 | 104.98 | - |
YUV | 237.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 253 | 0.07 | 0.07 | 0 | 0.01 | 240 | 0.81 | 0.96 |
Hex | EC | EC | FD | 7 | 7 | 0 | 1 | F0 | 51 | 60 |
Octal | 354 | 354 | 375 | 7 | 7 | 0 | 1 | 360 | 121 | 140 |
Binary | 11101100 | 11101100 | 11111101 | 111 | 111 | 0 | 1 | 11110000 | 1010001 | 1100000 |
Color Harmonies of #ECECFD
Complementary color
Monochromatic Colors of #ECECFD
Black with #ECECFD
Text Example
Text Example
White with #ECECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECFD; }
p { color: rgb(236,236,253); }
H1.HeaderClassName
{
color: #ECECFD;
}
.AnyTagClassName
{
color: #ECECFD;
}
</style>
background-color css
<style>
a { background-color: #ECECFD; }
a { background-color: rgb(236,236,253); }
div.DivClassName
{
background-color: #ECECFD;
}
.BgClassName
{
background-color: #ECECFD;
}
</style>
border-color css
<style>
span { border-color: #ECECFD; }
span { border-color: rgb(236,236,253); }
td.TdClassName
{
border-color: #ECECFD;
}
.TagClassName
{
border-color: #ECECFD;
}
</style>