Shades of Lavender #DDE1F9
Tints of Lavender #DDE1F9
RGB
CMYK
RGB Variations
Color information
#DDE1F9 (or 0xDDE1F9) is known color: Lavender. HEX triplet: DD, E1 and F9. RGB value is (221,225,249). Sum of RGB (Red+Green+Blue) = 221+225+249=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1F9 is #221E06. Grayscale: #E2E2E2. Windows color (decimal): -2235911 or 16376285. OLE color: 16376285.
HSL color Cylindrical-coordinate representation of color #DDE1F9: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE1F9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 225 | 249 | - |
CMYK | 0.11 | 0.10 | 0 | 0.02 |
HSL | 231.43º | 0.7% | 0.92% | - |
HSV(B) | 231.43º | 0.11% | 0.98% | - |
XYZ | 73.84 | 76.06 | 100.41 | - |
YUV | 226.54 | 140.67 | 124.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 225 | 249 | 0.11 | 0.10 | 0 | 0.02 | 231.43 | 0.7 | 0.92 |
Hex | DD | E1 | F9 | B | A | 0 | 2 | E7 | 46 | 5C |
Octal | 335 | 341 | 371 | 13 | 12 | 0 | 2 | 347 | 106 | 134 |
Binary | 11011101 | 11100001 | 11111001 | 1011 | 1010 | 0 | 10 | 11100111 | 1000110 | 1011100 |
Color Harmonies of #DDE1F9
Complementary color
Monochromatic Colors of #DDE1F9
Black with #DDE1F9
Text Example
Text Example
White with #DDE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1F9; }
p { color: rgb(221,225,249); }
H1.HeaderClassName
{
color: #DDE1F9;
}
.AnyTagClassName
{
color: #DDE1F9;
}
</style>
background-color css
<style>
a { background-color: #DDE1F9; }
a { background-color: rgb(221,225,249); }
div.DivClassName
{
background-color: #DDE1F9;
}
.BgClassName
{
background-color: #DDE1F9;
}
</style>
border-color css
<style>
span { border-color: #DDE1F9; }
span { border-color: rgb(221,225,249); }
td.TdClassName
{
border-color: #DDE1F9;
}
.TagClassName
{
border-color: #DDE1F9;
}
</style>