Shades of Lavender #DEDEFF
Tints of Lavender #DEDEFF
RGB
CMYK
RGB Variations
Color information
#DEDEFF (or 0xDEDEFF) is known color: Lavender. HEX triplet: DE, DE and FF. RGB value is (222,222,255). Sum of RGB (Red+Green+Blue) = 222+222+255=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEFF is #212100. Grayscale: #E1E1E1. Windows color (decimal): -2171137 or 16768734. OLE color: 16768734.
HSL color Cylindrical-coordinate representation of color #DEDEFF: hue angle of 240º 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 #DEDEFF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 222 | 222 | 255 | - |
CMYK | 0.13 | 0.13 | 0 | 0 |
HSL | 240º | 1% | 0.94% | - |
HSV(B) | 240º | 0.13% | 1% | - |
XYZ | 74.3 | 74.99 | 105.17 | - |
YUV | 225.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 255 | 0.13 | 0.13 | 0 | 0 | 240 | 1 | 0.94 |
Hex | DE | DE | FF | D | D | 0 | 0 | F0 | 64 | 5E |
Octal | 336 | 336 | 377 | 15 | 15 | 0 | 0 | 360 | 144 | 136 |
Binary | 11011110 | 11011110 | 11111111 | 1101 | 1101 | 0 | 0 | 11110000 | 1100100 | 1011110 |
Color Harmonies of #DEDEFF
Complementary color
Monochromatic Colors of #DEDEFF
Black with #DEDEFF
Text Example
Text Example
White with #DEDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEFF; }
p { color: rgb(222,222,255); }
H1.HeaderClassName
{
color: #DEDEFF;
}
.AnyTagClassName
{
color: #DEDEFF;
}
</style>
background-color css
<style>
a { background-color: #DEDEFF; }
a { background-color: rgb(222,222,255); }
div.DivClassName
{
background-color: #DEDEFF;
}
.BgClassName
{
background-color: #DEDEFF;
}
</style>
border-color css
<style>
span { border-color: #DEDEFF; }
span { border-color: rgb(222,222,255); }
td.TdClassName
{
border-color: #DEDEFF;
}
.TagClassName
{
border-color: #DEDEFF;
}
</style>