Shades of Lavender #EDEAFD
Tints of Lavender #EDEAFD
RGB
CMYK
RGB Variations
Color information
#EDEAFD (or 0xEDEAFD) is known color: Lavender. HEX triplet: ED, EA and FD. RGB value is (237,234,253). Sum of RGB (Red+Green+Blue) = 237+234+253=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFD is #121502. Grayscale: #ECECEC. Windows color (decimal): -1185027 or 16640749. OLE color: 16640749.
HSL color Cylindrical-coordinate representation of color #EDEAFD: hue angle of 249.47º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDEAFD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 234 | 253 | - |
CMYK | 0.06 | 0.08 | 0 | 0.01 |
HSL | 249.47º | 0.83% | 0.95% | - |
HSV(B) | 249.47º | 0.08% | 0.99% | - |
XYZ | 82.08 | 83.94 | 104.81 | - |
YUV | 237.06 | 136.99 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 253 | 0.06 | 0.08 | 0 | 0.01 | 249.47 | 0.83 | 0.95 |
Hex | ED | EA | FD | 6 | 8 | 0 | 1 | F9 | 53 | 5F |
Octal | 355 | 352 | 375 | 6 | 10 | 0 | 1 | 371 | 123 | 137 |
Binary | 11101101 | 11101010 | 11111101 | 110 | 1000 | 0 | 1 | 11111001 | 1010011 | 1011111 |
Color Harmonies of #EDEAFD
Complementary color
Monochromatic Colors of #EDEAFD
Black with #EDEAFD
Text Example
Text Example
White with #EDEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAFD; }
p { color: rgb(237,234,253); }
H1.HeaderClassName
{
color: #EDEAFD;
}
.AnyTagClassName
{
color: #EDEAFD;
}
</style>
background-color css
<style>
a { background-color: #EDEAFD; }
a { background-color: rgb(237,234,253); }
div.DivClassName
{
background-color: #EDEAFD;
}
.BgClassName
{
background-color: #EDEAFD;
}
</style>
border-color css
<style>
span { border-color: #EDEAFD; }
span { border-color: rgb(237,234,253); }
td.TdClassName
{
border-color: #EDEAFD;
}
.TagClassName
{
border-color: #EDEAFD;
}
</style>