Shades of Lavender #DDE0FB
Tints of Lavender #DDE0FB
RGB
CMYK
RGB Variations
Color information
#DDE0FB (or 0xDDE0FB) is known color: Lavender. HEX triplet: DD, E0 and FB. RGB value is (221,224,251). Sum of RGB (Red+Green+Blue) = 221+224+251=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0FB is #221F04. Grayscale: #E2E2E2. Windows color (decimal): -2236165 or 16507101. OLE color: 16507101.
HSL color Cylindrical-coordinate representation of color #DDE0FB: hue angle of 234º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE0FB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 224 | 251 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.02 |
| HSL | 234º | 0.79% | 0.93% | - |
| HSV(B) | 234º | 0.12% | 0.98% | - |
| XYZ | 73.89 | 75.65 | 101.97 | - |
| YUV | 226.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 251 | 0.12 | 0.11 | 0 | 0.02 | 234 | 0.79 | 0.93 |
| Hex | DD | E0 | FB | C | B | 0 | 2 | EA | 4F | 5D |
| Octal | 335 | 340 | 373 | 14 | 13 | 0 | 2 | 352 | 117 | 135 |
| Binary | 11011101 | 11100000 | 11111011 | 1100 | 1011 | 0 | 10 | 11101010 | 1001111 | 1011101 |
Color Harmonies of #DDE0FB
Complementary color
Monochromatic Colors of #DDE0FB
Black with #DDE0FB
Text Example
Text Example
White with #DDE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0FB; }
p { color: rgb(221,224,251); }
H1.HeaderClassName
{
color: #DDE0FB;
}
.AnyTagClassName
{
color: #DDE0FB;
}
</style>
background-color css
<style>
a { background-color: #DDE0FB; }
a { background-color: rgb(221,224,251); }
div.DivClassName
{
background-color: #DDE0FB;
}
.BgClassName
{
background-color: #DDE0FB;
}
</style>
border-color css
<style>
span { border-color: #DDE0FB; }
span { border-color: rgb(221,224,251); }
td.TdClassName
{
border-color: #DDE0FB;
}
.TagClassName
{
border-color: #DDE0FB;
}
</style>