Shades of Lavender #EDECFD
Tints of Lavender #EDECFD
RGB
CMYK
RGB Variations
Color information
#EDECFD (or 0xEDECFD) is known color: Lavender. HEX triplet: ED, EC and FD. RGB value is (237,236,253). Sum of RGB (Red+Green+Blue) = 237+236+253=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFD is #121302. Grayscale: #EEEEEE. Windows color (decimal): -1184515 or 16641261. OLE color: 16641261.
HSL color Cylindrical-coordinate representation of color #EDECFD: hue angle of 243.53º 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 #EDECFD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 236 | 253 | - |
CMYK | 0.06 | 0.07 | 0 | 0.01 |
HSL | 243.53º | 0.81% | 0.96% | - |
HSV(B) | 243.53º | 0.07% | 0.99% | - |
XYZ | 82.65 | 85.09 | 105 | - |
YUV | 238.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 253 | 0.06 | 0.07 | 0 | 0.01 | 243.53 | 0.81 | 0.96 |
Hex | ED | EC | FD | 6 | 7 | 0 | 1 | F4 | 51 | 60 |
Octal | 355 | 354 | 375 | 6 | 7 | 0 | 1 | 364 | 121 | 140 |
Binary | 11101101 | 11101100 | 11111101 | 110 | 111 | 0 | 1 | 11110100 | 1010001 | 1100000 |
Color Harmonies of #EDECFD
Complementary color
Monochromatic Colors of #EDECFD
Black with #EDECFD
Text Example
Text Example
White with #EDECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECFD; }
p { color: rgb(237,236,253); }
H1.HeaderClassName
{
color: #EDECFD;
}
.AnyTagClassName
{
color: #EDECFD;
}
</style>
background-color css
<style>
a { background-color: #EDECFD; }
a { background-color: rgb(237,236,253); }
div.DivClassName
{
background-color: #EDECFD;
}
.BgClassName
{
background-color: #EDECFD;
}
</style>
border-color css
<style>
span { border-color: #EDECFD; }
span { border-color: rgb(237,236,253); }
td.TdClassName
{
border-color: #EDECFD;
}
.TagClassName
{
border-color: #EDECFD;
}
</style>