Shades of Lavender #DEE5FD
Tints of Lavender #DEE5FD
RGB
CMYK
RGB Variations
Color information
#DEE5FD (or 0xDEE5FD) is known color: Lavender. HEX triplet: DE, E5 and FD. RGB value is (222,229,253). Sum of RGB (Red+Green+Blue) = 222+229+253=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5FD is #211A02. Grayscale: #E5E5E5. Windows color (decimal): -2169347 or 16639454. OLE color: 16639454.
HSL color Cylindrical-coordinate representation of color #DEE5FD: hue angle of 226.45º 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 #DEE5FD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 229 | 253 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.01 |
| HSL | 226.45º | 0.89% | 0.93% | - |
| HSV(B) | 226.45º | 0.12% | 0.99% | - |
| XYZ | 75.87 | 78.66 | 104.11 | - |
| YUV | 229.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 253 | 0.12 | 0.09 | 0 | 0.01 | 226.45 | 0.89 | 0.93 |
| Hex | DE | E5 | FD | C | 9 | 0 | 1 | E2 | 59 | 5D |
| Octal | 336 | 345 | 375 | 14 | 11 | 0 | 1 | 342 | 131 | 135 |
| Binary | 11011110 | 11100101 | 11111101 | 1100 | 1001 | 0 | 1 | 11100010 | 1011001 | 1011101 |
Color Harmonies of #DEE5FD
Complementary color
Monochromatic Colors of #DEE5FD
Black with #DEE5FD
Text Example
Text Example
White with #DEE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5FD; }
p { color: rgb(222,229,253); }
H1.HeaderClassName
{
color: #DEE5FD;
}
.AnyTagClassName
{
color: #DEE5FD;
}
</style>
background-color css
<style>
a { background-color: #DEE5FD; }
a { background-color: rgb(222,229,253); }
div.DivClassName
{
background-color: #DEE5FD;
}
.BgClassName
{
background-color: #DEE5FD;
}
</style>
border-color css
<style>
span { border-color: #DEE5FD; }
span { border-color: rgb(222,229,253); }
td.TdClassName
{
border-color: #DEE5FD;
}
.TagClassName
{
border-color: #DEE5FD;
}
</style>