Shades of Lavender #DDE3FF
Tints of Lavender #DDE3FF
RGB
CMYK
RGB Variations
Color information
#DDE3FF (or 0xDDE3FF) is known color: Lavender. HEX triplet: DD, E3 and FF. RGB value is (221,227,255). Sum of RGB (Red+Green+Blue) = 221+227+255=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3FF is #221C00. Grayscale: #E4E4E4. Windows color (decimal): -2235393 or 16770013. OLE color: 16770013.
HSL color Cylindrical-coordinate representation of color #DDE3FF: hue angle of 229.41º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE3FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 227 | 255 | - |
| CMYK | 0.13 | 0.11 | 0 | 0 |
| HSL | 229.41º | 1% | 0.93% | - |
| HSV(B) | 229.41º | 0.13% | 1% | - |
| XYZ | 75.34 | 77.53 | 105.6 | - |
| YUV | 228.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 255 | 0.13 | 0.11 | 0 | 0 | 229.41 | 1 | 0.93 |
| Hex | DD | E3 | FF | D | B | 0 | 0 | E5 | 64 | 5D |
| Octal | 335 | 343 | 377 | 15 | 13 | 0 | 0 | 345 | 144 | 135 |
| Binary | 11011101 | 11100011 | 11111111 | 1101 | 1011 | 0 | 0 | 11100101 | 1100100 | 1011101 |
Color Harmonies of #DDE3FF
Complementary color
Monochromatic Colors of #DDE3FF
Black with #DDE3FF
Text Example
Text Example
White with #DDE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3FF; }
p { color: rgb(221,227,255); }
H1.HeaderClassName
{
color: #DDE3FF;
}
.AnyTagClassName
{
color: #DDE3FF;
}
</style>
background-color css
<style>
a { background-color: #DDE3FF; }
a { background-color: rgb(221,227,255); }
div.DivClassName
{
background-color: #DDE3FF;
}
.BgClassName
{
background-color: #DDE3FF;
}
</style>
border-color css
<style>
span { border-color: #DDE3FF; }
span { border-color: rgb(221,227,255); }
td.TdClassName
{
border-color: #DDE3FF;
}
.TagClassName
{
border-color: #DDE3FF;
}
</style>