Shades of Lavender #EDF0FF
Tints of Lavender #EDF0FF
RGB
CMYK
RGB Variations
Color information
#EDF0FF (or 0xEDF0FF) is known color: Lavender. HEX triplet: ED, F0 and FF. RGB value is (237,240,255). Sum of RGB (Red+Green+Blue) = 237+240+255=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 240 (94.14% from 255 or 32.79% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FF is #120F00. Grayscale: #F0F0F0. Windows color (decimal): -1183489 or 16773357. OLE color: 16773357.
HSL color Cylindrical-coordinate representation of color #EDF0FF: hue angle of 230º 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 #EDF0FF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 240 | 255 | - |
CMYK | 0.07 | 0.06 | 0 | 0 |
HSL | 230º | 1% | 0.96% | - |
HSV(B) | 230º | 0.07% | 1% | - |
XYZ | 84.14 | 87.54 | 107.07 | - |
YUV | 240.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 255 | 0.07 | 0.06 | 0 | 0 | 230 | 1 | 0.96 |
Hex | ED | F0 | FF | 7 | 6 | 0 | 0 | E6 | 64 | 60 |
Octal | 355 | 360 | 377 | 7 | 6 | 0 | 0 | 346 | 144 | 140 |
Binary | 11101101 | 11110000 | 11111111 | 111 | 110 | 0 | 0 | 11100110 | 1100100 | 1100000 |
Color Harmonies of #EDF0FF
Complementary color
Monochromatic Colors of #EDF0FF
Black with #EDF0FF
Text Example
Text Example
White with #EDF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0FF; }
p { color: rgb(237,240,255); }
H1.HeaderClassName
{
color: #EDF0FF;
}
.AnyTagClassName
{
color: #EDF0FF;
}
</style>
background-color css
<style>
a { background-color: #EDF0FF; }
a { background-color: rgb(237,240,255); }
div.DivClassName
{
background-color: #EDF0FF;
}
.BgClassName
{
background-color: #EDF0FF;
}
</style>
border-color css
<style>
span { border-color: #EDF0FF; }
span { border-color: rgb(237,240,255); }
td.TdClassName
{
border-color: #EDF0FF;
}
.TagClassName
{
border-color: #EDF0FF;
}
</style>