Shades of Lavender #EDEEFF
Tints of Lavender #EDEEFF
RGB
CMYK
RGB Variations
Color information
#EDEEFF (or 0xEDEEFF) is known color: Lavender. HEX triplet: ED, EE and FF. RGB value is (237,238,255). Sum of RGB (Red+Green+Blue) = 237+238+255=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEFF is #121100. Grayscale: #EFEFEF. Windows color (decimal): -1184001 or 16772845. OLE color: 16772845.
HSL color Cylindrical-coordinate representation of color #EDEEFF: hue angle of 236.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEEFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 238 | 255 | - |
| CMYK | 0.07 | 0.07 | 0 | 0 |
| HSL | 236.67º | 1% | 0.96% | - |
| HSV(B) | 236.67º | 0.07% | 1% | - |
| XYZ | 83.55 | 86.37 | 106.88 | - |
| YUV | 239.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 255 | 0.07 | 0.07 | 0 | 0 | 236.67 | 1 | 0.96 |
| Hex | ED | EE | FF | 7 | 7 | 0 | 0 | ED | 64 | 60 |
| Octal | 355 | 356 | 377 | 7 | 7 | 0 | 0 | 355 | 144 | 140 |
| Binary | 11101101 | 11101110 | 11111111 | 111 | 111 | 0 | 0 | 11101101 | 1100100 | 1100000 |
Color Harmonies of #EDEEFF
Complementary color
Monochromatic Colors of #EDEEFF
Black with #EDEEFF
Text Example
Text Example
White with #EDEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEFF; }
p { color: rgb(237,238,255); }
H1.HeaderClassName
{
color: #EDEEFF;
}
.AnyTagClassName
{
color: #EDEEFF;
}
</style>
background-color css
<style>
a { background-color: #EDEEFF; }
a { background-color: rgb(237,238,255); }
div.DivClassName
{
background-color: #EDEEFF;
}
.BgClassName
{
background-color: #EDEEFF;
}
</style>
border-color css
<style>
span { border-color: #EDEEFF; }
span { border-color: rgb(237,238,255); }
td.TdClassName
{
border-color: #EDEEFF;
}
.TagClassName
{
border-color: #EDEEFF;
}
</style>