Shades of Lavender #EDEBFE
Tints of Lavender #EDEBFE
RGB
CMYK
RGB Variations
Color information
#EDEBFE (or 0xEDEBFE) is known color: Lavender. HEX triplet: ED, EB and FE. RGB value is (237,235,254). Sum of RGB (Red+Green+Blue) = 237+235+254=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBFE is #121401. Grayscale: #EDEDED. Windows color (decimal): -1184770 or 16706541. OLE color: 16706541.
HSL color Cylindrical-coordinate representation of color #EDEBFE: hue angle of 246.32º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEBFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 235 | 254 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.00 |
| HSL | 246.32º | 0.9% | 0.96% | - |
| HSV(B) | 246.32º | 0.07% | 1% | - |
| XYZ | 82.52 | 84.58 | 105.74 | - |
| YUV | 237.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 254 | 0.07 | 0.07 | 0 | 0.00 | 246.32 | 0.9 | 0.96 |
| Hex | ED | EB | FE | 7 | 7 | 0 | 0 | F6 | 5A | 60 |
| Octal | 355 | 353 | 376 | 7 | 7 | 0 | 0 | 366 | 132 | 140 |
| Binary | 11101101 | 11101011 | 11111110 | 111 | 111 | 0 | 0 | 11110110 | 1011010 | 1100000 |
Color Harmonies of #EDEBFE
Complementary color
Monochromatic Colors of #EDEBFE
Black with #EDEBFE
Text Example
Text Example
White with #EDEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBFE; }
p { color: rgb(237,235,254); }
H1.HeaderClassName
{
color: #EDEBFE;
}
.AnyTagClassName
{
color: #EDEBFE;
}
</style>
background-color css
<style>
a { background-color: #EDEBFE; }
a { background-color: rgb(237,235,254); }
div.DivClassName
{
background-color: #EDEBFE;
}
.BgClassName
{
background-color: #EDEBFE;
}
</style>
border-color css
<style>
span { border-color: #EDEBFE; }
span { border-color: rgb(237,235,254); }
td.TdClassName
{
border-color: #EDEBFE;
}
.TagClassName
{
border-color: #EDEBFE;
}
</style>