Shades of Lavender #DEDDFF
Tints of Lavender #DEDDFF
RGB
CMYK
RGB Variations
Color information
#DEDDFF (or 0xDEDDFF) is known color: Lavender. HEX triplet: DE, DD and FF. RGB value is (222,221,255). Sum of RGB (Red+Green+Blue) = 222+221+255=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDFF is #212200. Grayscale: #E1E1E1. Windows color (decimal): -2171393 or 16768478. OLE color: 16768478.
HSL color Cylindrical-coordinate representation of color #DEDDFF: hue angle of 241.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDDFF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 222 | 221 | 255 | - |
CMYK | 0.13 | 0.13 | 0 | 0 |
HSL | 241.76º | 1% | 0.93% | - |
HSV(B) | 241.76º | 0.13% | 1% | - |
XYZ | 74.03 | 74.46 | 105.08 | - |
YUV | 225.18 | 144.83 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 255 | 0.13 | 0.13 | 0 | 0 | 241.76 | 1 | 0.93 |
Hex | DE | DD | FF | D | D | 0 | 0 | F2 | 64 | 5D |
Octal | 336 | 335 | 377 | 15 | 15 | 0 | 0 | 362 | 144 | 135 |
Binary | 11011110 | 11011101 | 11111111 | 1101 | 1101 | 0 | 0 | 11110010 | 1100100 | 1011101 |
Color Harmonies of #DEDDFF
Complementary color
Monochromatic Colors of #DEDDFF
Black with #DEDDFF
Text Example
Text Example
White with #DEDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDFF; }
p { color: rgb(222,221,255); }
H1.HeaderClassName
{
color: #DEDDFF;
}
.AnyTagClassName
{
color: #DEDDFF;
}
</style>
background-color css
<style>
a { background-color: #DEDDFF; }
a { background-color: rgb(222,221,255); }
div.DivClassName
{
background-color: #DEDDFF;
}
.BgClassName
{
background-color: #DEDDFF;
}
</style>
border-color css
<style>
span { border-color: #DEDDFF; }
span { border-color: rgb(222,221,255); }
td.TdClassName
{
border-color: #DEDDFF;
}
.TagClassName
{
border-color: #DEDDFF;
}
</style>