Shades of Lavender #EDEBFF
Tints of Lavender #EDEBFF
RGB
CMYK
RGB Variations
Color information
#EDEBFF (or 0xEDEBFF) is known color: Lavender. HEX triplet: ED, EB and FF. RGB value is (237,235,255). Sum of RGB (Red+Green+Blue) = 237+235+255=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBFF is #121400. Grayscale: #EDEDED. Windows color (decimal): -1184769 or 16772077. OLE color: 16772077.
HSL color Cylindrical-coordinate representation of color #EDEBFF: hue angle of 246º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDEBFF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 235 | 255 | - |
| CMYK | 0.07 | 0.08 | 0 | 0 |
| HSL | 246º | 1% | 0.96% | - |
| HSV(B) | 246º | 0.08% | 1% | - |
| XYZ | 82.68 | 84.64 | 106.59 | - |
| YUV | 237.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 255 | 0.07 | 0.08 | 0 | 0 | 246 | 1 | 0.96 |
| Hex | ED | EB | FF | 7 | 8 | 0 | 0 | F6 | 64 | 60 |
| Octal | 355 | 353 | 377 | 7 | 10 | 0 | 0 | 366 | 144 | 140 |
| Binary | 11101101 | 11101011 | 11111111 | 111 | 1000 | 0 | 0 | 11110110 | 1100100 | 1100000 |
Color Harmonies of #EDEBFF
Complementary color
Monochromatic Colors of #EDEBFF
Black with #EDEBFF
Text Example
Text Example
White with #EDEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBFF; }
p { color: rgb(237,235,255); }
H1.HeaderClassName
{
color: #EDEBFF;
}
.AnyTagClassName
{
color: #EDEBFF;
}
</style>
background-color css
<style>
a { background-color: #EDEBFF; }
a { background-color: rgb(237,235,255); }
div.DivClassName
{
background-color: #EDEBFF;
}
.BgClassName
{
background-color: #EDEBFF;
}
</style>
border-color css
<style>
span { border-color: #EDEBFF; }
span { border-color: rgb(237,235,255); }
td.TdClassName
{
border-color: #EDEBFF;
}
.TagClassName
{
border-color: #EDEBFF;
}
</style>