Shades of Lavender #DEDFFE
Tints of Lavender #DEDFFE
RGB
CMYK
RGB Variations
Color information
#DEDFFE (or 0xDEDFFE) is known color: Lavender. HEX triplet: DE, DF and FE. RGB value is (222,223,254). Sum of RGB (Red+Green+Blue) = 222+223+254=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFFE is #212001. Grayscale: #E2E2E2. Windows color (decimal): -2170882 or 16703454. OLE color: 16703454.
HSL color Cylindrical-coordinate representation of color #DEDFFE: hue angle of 238.12º 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 #DEDFFE is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 223 | 254 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.00 |
| HSL | 238.13º | 0.94% | 0.93% | - |
| HSV(B) | 238.13º | 0.13% | 1% | - |
| XYZ | 74.4 | 75.46 | 104.41 | - |
| YUV | 226.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 254 | 0.13 | 0.12 | 0 | 0.00 | 238.13 | 0.94 | 0.93 |
| Hex | DE | DF | FE | D | C | 0 | 0 | EE | 5E | 5D |
| Octal | 336 | 337 | 376 | 15 | 14 | 0 | 0 | 356 | 136 | 135 |
| Binary | 11011110 | 11011111 | 11111110 | 1101 | 1100 | 0 | 0 | 11101110 | 1011110 | 1011101 |
Color Harmonies of #DEDFFE
Complementary color
Monochromatic Colors of #DEDFFE
Black with #DEDFFE
Text Example
Text Example
White with #DEDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFFE; }
p { color: rgb(222,223,254); }
H1.HeaderClassName
{
color: #DEDFFE;
}
.AnyTagClassName
{
color: #DEDFFE;
}
</style>
background-color css
<style>
a { background-color: #DEDFFE; }
a { background-color: rgb(222,223,254); }
div.DivClassName
{
background-color: #DEDFFE;
}
.BgClassName
{
background-color: #DEDFFE;
}
</style>
border-color css
<style>
span { border-color: #DEDFFE; }
span { border-color: rgb(222,223,254); }
td.TdClassName
{
border-color: #DEDFFE;
}
.TagClassName
{
border-color: #DEDFFE;
}
</style>