Shades of Lavender #DEDDFE
Tints of Lavender #DEDDFE
RGB
CMYK
RGB Variations
Color information
#DEDDFE (or 0xDEDDFE) is known color: Lavender. HEX triplet: DE, DD and FE. RGB value is (222,221,254). Sum of RGB (Red+Green+Blue) = 222+221+254=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDFE is #212201. Grayscale: #E0E0E0. Windows color (decimal): -2171394 or 16702942. OLE color: 16702942.
HSL color Cylindrical-coordinate representation of color #DEDDFE: hue angle of 241.82º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDDFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 221 | 254 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.00 |
| HSL | 241.82º | 0.94% | 0.93% | - |
| HSV(B) | 241.82º | 0.13% | 1% | - |
| XYZ | 73.87 | 74.4 | 104.23 | - |
| YUV | 225.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 254 | 0.13 | 0.13 | 0 | 0.00 | 241.82 | 0.94 | 0.93 |
| Hex | DE | DD | FE | D | D | 0 | 0 | F2 | 5E | 5D |
| Octal | 336 | 335 | 376 | 15 | 15 | 0 | 0 | 362 | 136 | 135 |
| Binary | 11011110 | 11011101 | 11111110 | 1101 | 1101 | 0 | 0 | 11110010 | 1011110 | 1011101 |
Color Harmonies of #DEDDFE
Complementary color
Monochromatic Colors of #DEDDFE
Black with #DEDDFE
Text Example
Text Example
White with #DEDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDFE; }
p { color: rgb(222,221,254); }
H1.HeaderClassName
{
color: #DEDDFE;
}
.AnyTagClassName
{
color: #DEDDFE;
}
</style>
background-color css
<style>
a { background-color: #DEDDFE; }
a { background-color: rgb(222,221,254); }
div.DivClassName
{
background-color: #DEDDFE;
}
.BgClassName
{
background-color: #DEDDFE;
}
</style>
border-color css
<style>
span { border-color: #DEDDFE; }
span { border-color: rgb(222,221,254); }
td.TdClassName
{
border-color: #DEDDFE;
}
.TagClassName
{
border-color: #DEDDFE;
}
</style>