Shades of Lavender #EDEDF3
Tints of Lavender #EDEDF3
RGB
CMYK
RGB Variations
Color information
#EDEDF3 (or 0xEDEDF3) is known color: Lavender. HEX triplet: ED, ED and F3. RGB value is (237,237,243). Sum of RGB (Red+Green+Blue) = 237+237+243=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF3 is #12120C. Grayscale: #EDEDED. Windows color (decimal): -1184269 or 15986157. OLE color: 15986157.
HSL color Cylindrical-coordinate representation of color #EDEDF3: hue angle of 240º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEDF3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 237 | 243 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 240º | 0.2% | 0.94% | - |
HSV(B) | 240º | 0.02% | 0.95% | - |
XYZ | 81.39 | 85.04 | 96.92 | - |
YUV | 237.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 243 | 0.02 | 0.02 | 0 | 0.05 | 240 | 0.2 | 0.94 |
Hex | ED | ED | F3 | 2 | 2 | 0 | 5 | F0 | 14 | 5E |
Octal | 355 | 355 | 363 | 2 | 2 | 0 | 5 | 360 | 24 | 136 |
Binary | 11101101 | 11101101 | 11110011 | 10 | 10 | 0 | 101 | 11110000 | 10100 | 1011110 |
Color Harmonies of #EDEDF3
Complementary color
Monochromatic Colors of #EDEDF3
Black with #EDEDF3
Text Example
Text Example
White with #EDEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDF3; }
p { color: rgb(237,237,243); }
H1.HeaderClassName
{
color: #EDEDF3;
}
.AnyTagClassName
{
color: #EDEDF3;
}
</style>
background-color css
<style>
a { background-color: #EDEDF3; }
a { background-color: rgb(237,237,243); }
div.DivClassName
{
background-color: #EDEDF3;
}
.BgClassName
{
background-color: #EDEDF3;
}
</style>
border-color css
<style>
span { border-color: #EDEDF3; }
span { border-color: rgb(237,237,243); }
td.TdClassName
{
border-color: #EDEDF3;
}
.TagClassName
{
border-color: #EDEDF3;
}
</style>