Shades of Lavender #DDE0FC
Tints of Lavender #DDE0FC
RGB
CMYK
RGB Variations
Color information
#DDE0FC (or 0xDDE0FC) is known color: Lavender. HEX triplet: DD, E0 and FC. RGB value is (221,224,252). Sum of RGB (Red+Green+Blue) = 221+224+252=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0FC is #221F03. Grayscale: #E2E2E2. Windows color (decimal): -2236164 or 16572637. OLE color: 16572637.
HSL color Cylindrical-coordinate representation of color #DDE0FC: hue angle of 234.19º 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 #DDE0FC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 224 | 252 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.01 |
| HSL | 234.19º | 0.84% | 0.93% | - |
| HSV(B) | 234.19º | 0.12% | 0.99% | - |
| XYZ | 74.05 | 75.71 | 102.81 | - |
| YUV | 226.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 252 | 0.12 | 0.11 | 0 | 0.01 | 234.19 | 0.84 | 0.93 |
| Hex | DD | E0 | FC | C | B | 0 | 1 | EA | 54 | 5D |
| Octal | 335 | 340 | 374 | 14 | 13 | 0 | 1 | 352 | 124 | 135 |
| Binary | 11011101 | 11100000 | 11111100 | 1100 | 1011 | 0 | 1 | 11101010 | 1010100 | 1011101 |
Color Harmonies of #DDE0FC
Complementary color
Monochromatic Colors of #DDE0FC
Black with #DDE0FC
Text Example
Text Example
White with #DDE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0FC; }
p { color: rgb(221,224,252); }
H1.HeaderClassName
{
color: #DDE0FC;
}
.AnyTagClassName
{
color: #DDE0FC;
}
</style>
background-color css
<style>
a { background-color: #DDE0FC; }
a { background-color: rgb(221,224,252); }
div.DivClassName
{
background-color: #DDE0FC;
}
.BgClassName
{
background-color: #DDE0FC;
}
</style>
border-color css
<style>
span { border-color: #DDE0FC; }
span { border-color: rgb(221,224,252); }
td.TdClassName
{
border-color: #DDE0FC;
}
.TagClassName
{
border-color: #DDE0FC;
}
</style>