Shades of Lavender #DEDFFC
Tints of Lavender #DEDFFC
RGB
CMYK
RGB Variations
Color information
#DEDFFC (or 0xDEDFFC) is known color: Lavender. HEX triplet: DE, DF and FC. RGB value is (222,223,252). Sum of RGB (Red+Green+Blue) = 222+223+252=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFFC is #212003. Grayscale: #E1E1E1. Windows color (decimal): -2170884 or 16572382. OLE color: 16572382.
HSL color Cylindrical-coordinate representation of color #DEDFFC: hue angle of 238º degrees, saturation: 0.83, 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 #DEDFFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 223 | 252 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.01 |
| HSL | 238º | 0.83% | 0.93% | - |
| HSV(B) | 238º | 0.12% | 0.99% | - |
| XYZ | 74.08 | 75.33 | 102.73 | - |
| YUV | 226.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 252 | 0.12 | 0.12 | 0 | 0.01 | 238 | 0.83 | 0.93 |
| Hex | DE | DF | FC | C | C | 0 | 1 | EE | 53 | 5D |
| Octal | 336 | 337 | 374 | 14 | 14 | 0 | 1 | 356 | 123 | 135 |
| Binary | 11011110 | 11011111 | 11111100 | 1100 | 1100 | 0 | 1 | 11101110 | 1010011 | 1011101 |
Color Harmonies of #DEDFFC
Complementary color
Monochromatic Colors of #DEDFFC
Black with #DEDFFC
Text Example
Text Example
White with #DEDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFFC; }
p { color: rgb(222,223,252); }
H1.HeaderClassName
{
color: #DEDFFC;
}
.AnyTagClassName
{
color: #DEDFFC;
}
</style>
background-color css
<style>
a { background-color: #DEDFFC; }
a { background-color: rgb(222,223,252); }
div.DivClassName
{
background-color: #DEDFFC;
}
.BgClassName
{
background-color: #DEDFFC;
}
</style>
border-color css
<style>
span { border-color: #DEDFFC; }
span { border-color: rgb(222,223,252); }
td.TdClassName
{
border-color: #DEDFFC;
}
.TagClassName
{
border-color: #DEDFFC;
}
</style>