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