Shades of Lavender #DEDEFE
Tints of Lavender #DEDEFE
RGB
CMYK
RGB Variations
Color information
#DEDEFE (or 0xDEDEFE) is known color: Lavender. HEX triplet: DE, DE and FE. RGB value is (222,222,254). Sum of RGB (Red+Green+Blue) = 222+222+254=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEFE is #212101. Grayscale: #E1E1E1. Windows color (decimal): -2171138 or 16703198. OLE color: 16703198.
HSL color Cylindrical-coordinate representation of color #DEDEFE: hue angle of 240º 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 #DEDEFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 222 | 254 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.00 |
| HSL | 240º | 0.94% | 0.93% | - |
| HSV(B) | 240º | 0.13% | 1% | - |
| XYZ | 74.13 | 74.93 | 104.32 | - |
| YUV | 225.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 254 | 0.13 | 0.13 | 0 | 0.00 | 240 | 0.94 | 0.93 |
| Hex | DE | DE | FE | D | D | 0 | 0 | F0 | 5E | 5D |
| Octal | 336 | 336 | 376 | 15 | 15 | 0 | 0 | 360 | 136 | 135 |
| Binary | 11011110 | 11011110 | 11111110 | 1101 | 1101 | 0 | 0 | 11110000 | 1011110 | 1011101 |
Color Harmonies of #DEDEFE
Complementary color
Monochromatic Colors of #DEDEFE
Black with #DEDEFE
Text Example
Text Example
White with #DEDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEFE; }
p { color: rgb(222,222,254); }
H1.HeaderClassName
{
color: #DEDEFE;
}
.AnyTagClassName
{
color: #DEDEFE;
}
</style>
background-color css
<style>
a { background-color: #DEDEFE; }
a { background-color: rgb(222,222,254); }
div.DivClassName
{
background-color: #DEDEFE;
}
.BgClassName
{
background-color: #DEDEFE;
}
</style>
border-color css
<style>
span { border-color: #DEDEFE; }
span { border-color: rgb(222,222,254); }
td.TdClassName
{
border-color: #DEDEFE;
}
.TagClassName
{
border-color: #DEDEFE;
}
</style>