Shades of Lavender #DDE1FD
Tints of Lavender #DDE1FD
RGB
CMYK
RGB Variations
Color information
#DDE1FD (or 0xDDE1FD) is known color: Lavender. HEX triplet: DD, E1 and FD. RGB value is (221,225,253). Sum of RGB (Red+Green+Blue) = 221+225+253=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FD is #221E02. Grayscale: #E2E2E2. Windows color (decimal): -2235907 or 16638429. OLE color: 16638429.
HSL color Cylindrical-coordinate representation of color #DDE1FD: hue angle of 232.5º 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 #DDE1FD is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 225 | 253 | - |
CMYK | 0.13 | 0.11 | 0 | 0.01 |
HSL | 232.5º | 0.89% | 0.93% | - |
HSV(B) | 232.5º | 0.13% | 0.99% | - |
XYZ | 74.47 | 76.31 | 103.73 | - |
YUV | 227 | 142.67 | 123.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 225 | 253 | 0.13 | 0.11 | 0 | 0.01 | 232.5 | 0.89 | 0.93 |
Hex | DD | E1 | FD | D | B | 0 | 1 | E8 | 59 | 5D |
Octal | 335 | 341 | 375 | 15 | 13 | 0 | 1 | 350 | 131 | 135 |
Binary | 11011101 | 11100001 | 11111101 | 1101 | 1011 | 0 | 1 | 11101000 | 1011001 | 1011101 |
Color Harmonies of #DDE1FD
Complementary color
Monochromatic Colors of #DDE1FD
Black with #DDE1FD
Text Example
Text Example
White with #DDE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1FD; }
p { color: rgb(221,225,253); }
H1.HeaderClassName
{
color: #DDE1FD;
}
.AnyTagClassName
{
color: #DDE1FD;
}
</style>
background-color css
<style>
a { background-color: #DDE1FD; }
a { background-color: rgb(221,225,253); }
div.DivClassName
{
background-color: #DDE1FD;
}
.BgClassName
{
background-color: #DDE1FD;
}
</style>
border-color css
<style>
span { border-color: #DDE1FD; }
span { border-color: rgb(221,225,253); }
td.TdClassName
{
border-color: #DDE1FD;
}
.TagClassName
{
border-color: #DDE1FD;
}
</style>