Shades of Lavender #DDE1FC
Tints of Lavender #DDE1FC
RGB
CMYK
RGB Variations
Color information
#DDE1FC (or 0xDDE1FC) is known color: Lavender. HEX triplet: DD, E1 and FC. RGB value is (221,225,252). Sum of RGB (Red+Green+Blue) = 221+225+252=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FC is #221E03. Grayscale: #E2E2E2. Windows color (decimal): -2235908 or 16572893. OLE color: 16572893.
HSL color Cylindrical-coordinate representation of color #DDE1FC: hue angle of 232.26º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE1FC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 225 | 252 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.01 |
| HSL | 232.26º | 0.84% | 0.93% | - |
| HSV(B) | 232.26º | 0.12% | 0.99% | - |
| XYZ | 74.31 | 76.25 | 102.9 | - |
| YUV | 226.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 252 | 0.12 | 0.11 | 0 | 0.01 | 232.26 | 0.84 | 0.93 |
| Hex | DD | E1 | FC | C | B | 0 | 1 | E8 | 54 | 5D |
| Octal | 335 | 341 | 374 | 14 | 13 | 0 | 1 | 350 | 124 | 135 |
| Binary | 11011101 | 11100001 | 11111100 | 1100 | 1011 | 0 | 1 | 11101000 | 1010100 | 1011101 |
Color Harmonies of #DDE1FC
Complementary color
Monochromatic Colors of #DDE1FC
Black with #DDE1FC
Text Example
Text Example
White with #DDE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1FC; }
p { color: rgb(221,225,252); }
H1.HeaderClassName
{
color: #DDE1FC;
}
.AnyTagClassName
{
color: #DDE1FC;
}
</style>
background-color css
<style>
a { background-color: #DDE1FC; }
a { background-color: rgb(221,225,252); }
div.DivClassName
{
background-color: #DDE1FC;
}
.BgClassName
{
background-color: #DDE1FC;
}
</style>
border-color css
<style>
span { border-color: #DDE1FC; }
span { border-color: rgb(221,225,252); }
td.TdClassName
{
border-color: #DDE1FC;
}
.TagClassName
{
border-color: #DDE1FC;
}
</style>