Shades of Lavender #DDE2FD
Tints of Lavender #DDE2FD
RGB
CMYK
RGB Variations
Color information
#DDE2FD (or 0xDDE2FD) is known color: Lavender. HEX triplet: DD, E2 and FD. RGB value is (221,226,253). Sum of RGB (Red+Green+Blue) = 221+226+253=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2FD is #221D02. Grayscale: #E3E3E3. Windows color (decimal): -2235651 or 16638685. OLE color: 16638685.
HSL color Cylindrical-coordinate representation of color #DDE2FD: hue angle of 230.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE2FD is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 226 | 253 | - |
CMYK | 0.13 | 0.11 | 0 | 0.01 |
HSL | 230.63º | 0.89% | 0.93% | - |
HSV(B) | 230.63º | 0.13% | 0.99% | - |
XYZ | 74.74 | 76.86 | 103.82 | - |
YUV | 227.58 | 142.34 | 123.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 226 | 253 | 0.13 | 0.11 | 0 | 0.01 | 230.63 | 0.89 | 0.93 |
Hex | DD | E2 | FD | D | B | 0 | 1 | E7 | 59 | 5D |
Octal | 335 | 342 | 375 | 15 | 13 | 0 | 1 | 347 | 131 | 135 |
Binary | 11011101 | 11100010 | 11111101 | 1101 | 1011 | 0 | 1 | 11100111 | 1011001 | 1011101 |
Color Harmonies of #DDE2FD
Complementary color
Monochromatic Colors of #DDE2FD
Black with #DDE2FD
Text Example
Text Example
White with #DDE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2FD; }
p { color: rgb(221,226,253); }
H1.HeaderClassName
{
color: #DDE2FD;
}
.AnyTagClassName
{
color: #DDE2FD;
}
</style>
background-color css
<style>
a { background-color: #DDE2FD; }
a { background-color: rgb(221,226,253); }
div.DivClassName
{
background-color: #DDE2FD;
}
.BgClassName
{
background-color: #DDE2FD;
}
</style>
border-color css
<style>
span { border-color: #DDE2FD; }
span { border-color: rgb(221,226,253); }
td.TdClassName
{
border-color: #DDE2FD;
}
.TagClassName
{
border-color: #DDE2FD;
}
</style>