Shades of Lavender #DEE1FD
Tints of Lavender #DEE1FD
RGB
CMYK
RGB Variations
Color information
#DEE1FD (or 0xDEE1FD) is known color: Lavender. HEX triplet: DE, E1 and FD. RGB value is (222,225,253). Sum of RGB (Red+Green+Blue) = 222+225+253=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1FD is #211E02. Grayscale: #E3E3E3. Windows color (decimal): -2170371 or 16638430. OLE color: 16638430.
HSL color Cylindrical-coordinate representation of color #DEE1FD: hue angle of 234.19º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE1FD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 225 | 253 | - |
CMYK | 0.12 | 0.11 | 0 | 0.01 |
HSL | 234.19º | 0.89% | 0.93% | - |
HSV(B) | 234.19º | 0.12% | 0.99% | - |
XYZ | 74.78 | 76.47 | 103.75 | - |
YUV | 227.3 | 142.51 | 124.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 225 | 253 | 0.12 | 0.11 | 0 | 0.01 | 234.19 | 0.89 | 0.93 |
Hex | DE | E1 | FD | C | B | 0 | 1 | EA | 59 | 5D |
Octal | 336 | 341 | 375 | 14 | 13 | 0 | 1 | 352 | 131 | 135 |
Binary | 11011110 | 11100001 | 11111101 | 1100 | 1011 | 0 | 1 | 11101010 | 1011001 | 1011101 |
Color Harmonies of #DEE1FD
Complementary color
Monochromatic Colors of #DEE1FD
Black with #DEE1FD
Text Example
Text Example
White with #DEE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1FD; }
p { color: rgb(222,225,253); }
H1.HeaderClassName
{
color: #DEE1FD;
}
.AnyTagClassName
{
color: #DEE1FD;
}
</style>
background-color css
<style>
a { background-color: #DEE1FD; }
a { background-color: rgb(222,225,253); }
div.DivClassName
{
background-color: #DEE1FD;
}
.BgClassName
{
background-color: #DEE1FD;
}
</style>
border-color css
<style>
span { border-color: #DEE1FD; }
span { border-color: rgb(222,225,253); }
td.TdClassName
{
border-color: #DEE1FD;
}
.TagClassName
{
border-color: #DEE1FD;
}
</style>