Shades of Lavender #DDE5FF
Tints of Lavender #DDE5FF
RGB
CMYK
RGB Variations
Color information
#DDE5FF (or 0xDDE5FF) is known color: Lavender. HEX triplet: DD, E5 and FF. RGB value is (221,229,255). Sum of RGB (Red+Green+Blue) = 221+229+255=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5FF is #221A00. Grayscale: #E5E5E5. Windows color (decimal): -2234881 or 16770525. OLE color: 16770525.
HSL color Cylindrical-coordinate representation of color #DDE5FF: hue angle of 225.88º 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 #DDE5FF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 229 | 255 | - |
| CMYK | 0.13 | 0.10 | 0 | 0 |
| HSL | 225.88º | 1% | 0.93% | - |
| HSV(B) | 225.88º | 0.13% | 1% | - |
| XYZ | 75.89 | 78.63 | 105.79 | - |
| YUV | 229.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 255 | 0.13 | 0.10 | 0 | 0 | 225.88 | 1 | 0.93 |
| Hex | DD | E5 | FF | D | A | 0 | 0 | E2 | 64 | 5D |
| Octal | 335 | 345 | 377 | 15 | 12 | 0 | 0 | 342 | 144 | 135 |
| Binary | 11011101 | 11100101 | 11111111 | 1101 | 1010 | 0 | 0 | 11100010 | 1100100 | 1011101 |
Color Harmonies of #DDE5FF
Complementary color
Monochromatic Colors of #DDE5FF
Black with #DDE5FF
Text Example
Text Example
White with #DDE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5FF; }
p { color: rgb(221,229,255); }
H1.HeaderClassName
{
color: #DDE5FF;
}
.AnyTagClassName
{
color: #DDE5FF;
}
</style>
background-color css
<style>
a { background-color: #DDE5FF; }
a { background-color: rgb(221,229,255); }
div.DivClassName
{
background-color: #DDE5FF;
}
.BgClassName
{
background-color: #DDE5FF;
}
</style>
border-color css
<style>
span { border-color: #DDE5FF; }
span { border-color: rgb(221,229,255); }
td.TdClassName
{
border-color: #DDE5FF;
}
.TagClassName
{
border-color: #DDE5FF;
}
</style>