Shades of Lavender #DDE3FA
Tints of Lavender #DDE3FA
RGB
CMYK
RGB Variations
Color information
#DDE3FA (or 0xDDE3FA) is known color: Lavender. HEX triplet: DD, E3 and FA. RGB value is (221,227,250). Sum of RGB (Red+Green+Blue) = 221+227+250=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3FA is #221C05. Grayscale: #E3E3E3. Windows color (decimal): -2235398 or 16442333. OLE color: 16442333.
HSL color Cylindrical-coordinate representation of color #DDE3FA: hue angle of 227.59º 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 #DDE3FA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 227 | 250 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.02 |
| HSL | 227.59º | 0.74% | 0.92% | - |
| HSV(B) | 227.59º | 0.12% | 0.98% | - |
| XYZ | 74.54 | 77.21 | 101.42 | - |
| YUV | 227.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 250 | 0.12 | 0.09 | 0 | 0.02 | 227.59 | 0.74 | 0.92 |
| Hex | DD | E3 | FA | C | 9 | 0 | 2 | E4 | 4A | 5C |
| Octal | 335 | 343 | 372 | 14 | 11 | 0 | 2 | 344 | 112 | 134 |
| Binary | 11011101 | 11100011 | 11111010 | 1100 | 1001 | 0 | 10 | 11100100 | 1001010 | 1011100 |
Color Harmonies of #DDE3FA
Complementary color
Monochromatic Colors of #DDE3FA
Black with #DDE3FA
Text Example
Text Example
White with #DDE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3FA; }
p { color: rgb(221,227,250); }
H1.HeaderClassName
{
color: #DDE3FA;
}
.AnyTagClassName
{
color: #DDE3FA;
}
</style>
background-color css
<style>
a { background-color: #DDE3FA; }
a { background-color: rgb(221,227,250); }
div.DivClassName
{
background-color: #DDE3FA;
}
.BgClassName
{
background-color: #DDE3FA;
}
</style>
border-color css
<style>
span { border-color: #DDE3FA; }
span { border-color: rgb(221,227,250); }
td.TdClassName
{
border-color: #DDE3FA;
}
.TagClassName
{
border-color: #DDE3FA;
}
</style>