Shades of Lavender #DDE1FF
Tints of Lavender #DDE1FF
RGB
CMYK
RGB Variations
Color information
#DDE1FF (or 0xDDE1FF) is known color: Lavender. HEX triplet: DD, E1 and FF. RGB value is (221,225,255). Sum of RGB (Red+Green+Blue) = 221+225+255=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FF is #221E00. Grayscale: #E3E3E3. Windows color (decimal): -2235905 or 16769501. OLE color: 16769501.
HSL color Cylindrical-coordinate representation of color #DDE1FF: hue angle of 232.94º 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 #DDE1FF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 225 | 255 | - |
| CMYK | 0.13 | 0.12 | 0 | 0 |
| HSL | 232.94º | 1% | 0.93% | - |
| HSV(B) | 232.94º | 0.13% | 1% | - |
| XYZ | 74.79 | 76.44 | 105.42 | - |
| YUV | 227.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 255 | 0.13 | 0.12 | 0 | 0 | 232.94 | 1 | 0.93 |
| Hex | DD | E1 | FF | D | C | 0 | 0 | E9 | 64 | 5D |
| Octal | 335 | 341 | 377 | 15 | 14 | 0 | 0 | 351 | 144 | 135 |
| Binary | 11011101 | 11100001 | 11111111 | 1101 | 1100 | 0 | 0 | 11101001 | 1100100 | 1011101 |
Color Harmonies of #DDE1FF
Complementary color
Monochromatic Colors of #DDE1FF
Black with #DDE1FF
Text Example
Text Example
White with #DDE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1FF; }
p { color: rgb(221,225,255); }
H1.HeaderClassName
{
color: #DDE1FF;
}
.AnyTagClassName
{
color: #DDE1FF;
}
</style>
background-color css
<style>
a { background-color: #DDE1FF; }
a { background-color: rgb(221,225,255); }
div.DivClassName
{
background-color: #DDE1FF;
}
.BgClassName
{
background-color: #DDE1FF;
}
</style>
border-color css
<style>
span { border-color: #DDE1FF; }
span { border-color: rgb(221,225,255); }
td.TdClassName
{
border-color: #DDE1FF;
}
.TagClassName
{
border-color: #DDE1FF;
}
</style>