Shades of Lavender #DFDEFF
Tints of Lavender #DFDEFF
RGB
CMYK
RGB Variations
Color information
#DFDEFF (or 0xDFDEFF) is known color: Lavender. HEX triplet: DF, DE and FF. RGB value is (223,222,255). Sum of RGB (Red+Green+Blue) = 223+222+255=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEFF is #202100. Grayscale: #E1E1E1. Windows color (decimal): -2105601 or 16768735. OLE color: 16768735.
HSL color Cylindrical-coordinate representation of color #DFDEFF: hue angle of 241.82º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDEFF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 222 | 255 | - |
| CMYK | 0.13 | 0.13 | 0 | 0 |
| HSL | 241.82º | 1% | 0.94% | - |
| HSV(B) | 241.82º | 0.13% | 1% | - |
| XYZ | 74.6 | 75.15 | 105.18 | - |
| YUV | 226.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 255 | 0.13 | 0.13 | 0 | 0 | 241.82 | 1 | 0.94 |
| Hex | DF | DE | FF | D | D | 0 | 0 | F2 | 64 | 5E |
| Octal | 337 | 336 | 377 | 15 | 15 | 0 | 0 | 362 | 144 | 136 |
| Binary | 11011111 | 11011110 | 11111111 | 1101 | 1101 | 0 | 0 | 11110010 | 1100100 | 1011110 |
Color Harmonies of #DFDEFF
Complementary color
Monochromatic Colors of #DFDEFF
Black with #DFDEFF
Text Example
Text Example
White with #DFDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEFF; }
p { color: rgb(223,222,255); }
H1.HeaderClassName
{
color: #DFDEFF;
}
.AnyTagClassName
{
color: #DFDEFF;
}
</style>
background-color css
<style>
a { background-color: #DFDEFF; }
a { background-color: rgb(223,222,255); }
div.DivClassName
{
background-color: #DFDEFF;
}
.BgClassName
{
background-color: #DFDEFF;
}
</style>
border-color css
<style>
span { border-color: #DFDEFF; }
span { border-color: rgb(223,222,255); }
td.TdClassName
{
border-color: #DFDEFF;
}
.TagClassName
{
border-color: #DFDEFF;
}
</style>