Shades of Lavender #DEDEFD
Tints of Lavender #DEDEFD
RGB
CMYK
RGB Variations
Color information
#DEDEFD (or 0xDEDEFD) is known color: Lavender. HEX triplet: DE, DE and FD. RGB value is (222,222,253). Sum of RGB (Red+Green+Blue) = 222+222+253=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEFD is #212102. Grayscale: #E1E1E1. Windows color (decimal): -2171139 or 16637662. OLE color: 16637662.
HSL color Cylindrical-coordinate representation of color #DEDEFD: hue angle of 240º degrees, saturation: 0.89, 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 #DEDEFD is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 222 | 253 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.01 |
| HSL | 240º | 0.89% | 0.93% | - |
| HSV(B) | 240º | 0.12% | 0.99% | - |
| XYZ | 73.98 | 74.86 | 103.48 | - |
| YUV | 225.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 253 | 0.12 | 0.12 | 0 | 0.01 | 240 | 0.89 | 0.93 |
| Hex | DE | DE | FD | C | C | 0 | 1 | F0 | 59 | 5D |
| Octal | 336 | 336 | 375 | 14 | 14 | 0 | 1 | 360 | 131 | 135 |
| Binary | 11011110 | 11011110 | 11111101 | 1100 | 1100 | 0 | 1 | 11110000 | 1011001 | 1011101 |
Color Harmonies of #DEDEFD
Complementary color
Monochromatic Colors of #DEDEFD
Black with #DEDEFD
Text Example
Text Example
White with #DEDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEFD; }
p { color: rgb(222,222,253); }
H1.HeaderClassName
{
color: #DEDEFD;
}
.AnyTagClassName
{
color: #DEDEFD;
}
</style>
background-color css
<style>
a { background-color: #DEDEFD; }
a { background-color: rgb(222,222,253); }
div.DivClassName
{
background-color: #DEDEFD;
}
.BgClassName
{
background-color: #DEDEFD;
}
</style>
border-color css
<style>
span { border-color: #DEDEFD; }
span { border-color: rgb(222,222,253); }
td.TdClassName
{
border-color: #DEDEFD;
}
.TagClassName
{
border-color: #DEDEFD;
}
</style>