Shades of Lavender #DDE2FF
Tints of Lavender #DDE2FF
RGB
CMYK
RGB Variations
Color information
#DDE2FF (or 0xDDE2FF) is known color: Lavender. HEX triplet: DD, E2 and FF. RGB value is (221,226,255). Sum of RGB (Red+Green+Blue) = 221+226+255=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2FF is #221D00. Grayscale: #E3E3E3. Windows color (decimal): -2235649 or 16769757. OLE color: 16769757.
HSL color Cylindrical-coordinate representation of color #DDE2FF: hue angle of 231.18º 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 #DDE2FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 226 | 255 | - |
CMYK | 0.13 | 0.11 | 0 | 0 |
HSL | 231.18º | 1% | 0.93% | - |
HSV(B) | 231.18º | 0.13% | 1% | - |
XYZ | 75.07 | 76.98 | 105.51 | - |
YUV | 227.81 | 143.34 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 226 | 255 | 0.13 | 0.11 | 0 | 0 | 231.18 | 1 | 0.93 |
Hex | DD | E2 | FF | D | B | 0 | 0 | E7 | 64 | 5D |
Octal | 335 | 342 | 377 | 15 | 13 | 0 | 0 | 347 | 144 | 135 |
Binary | 11011101 | 11100010 | 11111111 | 1101 | 1011 | 0 | 0 | 11100111 | 1100100 | 1011101 |
Color Harmonies of #DDE2FF
Complementary color
Monochromatic Colors of #DDE2FF
Black with #DDE2FF
Text Example
Text Example
White with #DDE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2FF; }
p { color: rgb(221,226,255); }
H1.HeaderClassName
{
color: #DDE2FF;
}
.AnyTagClassName
{
color: #DDE2FF;
}
</style>
background-color css
<style>
a { background-color: #DDE2FF; }
a { background-color: rgb(221,226,255); }
div.DivClassName
{
background-color: #DDE2FF;
}
.BgClassName
{
background-color: #DDE2FF;
}
</style>
border-color css
<style>
span { border-color: #DDE2FF; }
span { border-color: rgb(221,226,255); }
td.TdClassName
{
border-color: #DDE2FF;
}
.TagClassName
{
border-color: #DDE2FF;
}
</style>