Shades of Lavender #EDE9FD
Tints of Lavender #EDE9FD
RGB
CMYK
RGB Variations
Color information
#EDE9FD (or 0xEDE9FD) is known color: Lavender. HEX triplet: ED, E9 and FD. RGB value is (237,233,253). Sum of RGB (Red+Green+Blue) = 237+233+253=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9FD is #121602. Grayscale: #ECECEC. Windows color (decimal): -1185283 or 16640493. OLE color: 16640493.
HSL color Cylindrical-coordinate representation of color #EDE9FD: hue angle of 252º 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 #EDE9FD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 233 | 253 | - |
CMYK | 0.06 | 0.08 | 0 | 0.01 |
HSL | 252º | 0.83% | 0.95% | - |
HSV(B) | 252º | 0.08% | 0.99% | - |
XYZ | 81.79 | 83.37 | 104.71 | - |
YUV | 236.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 253 | 0.06 | 0.08 | 0 | 0.01 | 252 | 0.83 | 0.95 |
Hex | ED | E9 | FD | 6 | 8 | 0 | 1 | FC | 53 | 5F |
Octal | 355 | 351 | 375 | 6 | 10 | 0 | 1 | 374 | 123 | 137 |
Binary | 11101101 | 11101001 | 11111101 | 110 | 1000 | 0 | 1 | 11111100 | 1010011 | 1011111 |
Color Harmonies of #EDE9FD
Complementary color
Monochromatic Colors of #EDE9FD
Black with #EDE9FD
Text Example
Text Example
White with #EDE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9FD; }
p { color: rgb(237,233,253); }
H1.HeaderClassName
{
color: #EDE9FD;
}
.AnyTagClassName
{
color: #EDE9FD;
}
</style>
background-color css
<style>
a { background-color: #EDE9FD; }
a { background-color: rgb(237,233,253); }
div.DivClassName
{
background-color: #EDE9FD;
}
.BgClassName
{
background-color: #EDE9FD;
}
</style>
border-color css
<style>
span { border-color: #EDE9FD; }
span { border-color: rgb(237,233,253); }
td.TdClassName
{
border-color: #EDE9FD;
}
.TagClassName
{
border-color: #EDE9FD;
}
</style>