Shades of Lavender #DDE2FA
Tints of Lavender #DDE2FA
RGB
CMYK
RGB Variations
Color information
#DDE2FA (or 0xDDE2FA) is known color: Lavender. HEX triplet: DD, E2 and FA. RGB value is (221,226,250). Sum of RGB (Red+Green+Blue) = 221+226+250=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2FA is #221D05. Grayscale: #E3E3E3. Windows color (decimal): -2235654 or 16442077. OLE color: 16442077.
HSL color Cylindrical-coordinate representation of color #DDE2FA: hue angle of 229.66º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE2FA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 226 | 250 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.02 |
| HSL | 229.66º | 0.74% | 0.92% | - |
| HSV(B) | 229.66º | 0.12% | 0.98% | - |
| XYZ | 74.27 | 76.67 | 101.33 | - |
| YUV | 227.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 250 | 0.12 | 0.10 | 0 | 0.02 | 229.66 | 0.74 | 0.92 |
| Hex | DD | E2 | FA | C | A | 0 | 2 | E6 | 4A | 5C |
| Octal | 335 | 342 | 372 | 14 | 12 | 0 | 2 | 346 | 112 | 134 |
| Binary | 11011101 | 11100010 | 11111010 | 1100 | 1010 | 0 | 10 | 11100110 | 1001010 | 1011100 |
Color Harmonies of #DDE2FA
Complementary color
Monochromatic Colors of #DDE2FA
Black with #DDE2FA
Text Example
Text Example
White with #DDE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2FA; }
p { color: rgb(221,226,250); }
H1.HeaderClassName
{
color: #DDE2FA;
}
.AnyTagClassName
{
color: #DDE2FA;
}
</style>
background-color css
<style>
a { background-color: #DDE2FA; }
a { background-color: rgb(221,226,250); }
div.DivClassName
{
background-color: #DDE2FA;
}
.BgClassName
{
background-color: #DDE2FA;
}
</style>
border-color css
<style>
span { border-color: #DDE2FA; }
span { border-color: rgb(221,226,250); }
td.TdClassName
{
border-color: #DDE2FA;
}
.TagClassName
{
border-color: #DDE2FA;
}
</style>