Shades of Lavender #DFDFFF
Tints of Lavender #DFDFFF
RGB
CMYK
RGB Variations
Color information
#DFDFFF (or 0xDFDFFF) is known color: Lavender. HEX triplet: DF, DF and FF. RGB value is (223,223,255). Sum of RGB (Red+Green+Blue) = 223+223+255=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFFF is #202000. Grayscale: #E2E2E2. Windows color (decimal): -2105345 or 16768991. OLE color: 16768991.
HSL color Cylindrical-coordinate representation of color #DFDFFF: 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 #DFDFFF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 223 | 255 | - |
CMYK | 0.13 | 0.13 | 0 | 0 |
HSL | 240º | 1% | 0.94% | - |
HSV(B) | 240º | 0.13% | 1% | - |
XYZ | 74.87 | 75.68 | 105.27 | - |
YUV | 226.65 | 144 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 255 | 0.13 | 0.13 | 0 | 0 | 240 | 1 | 0.94 |
Hex | DF | DF | FF | D | D | 0 | 0 | F0 | 64 | 5E |
Octal | 337 | 337 | 377 | 15 | 15 | 0 | 0 | 360 | 144 | 136 |
Binary | 11011111 | 11011111 | 11111111 | 1101 | 1101 | 0 | 0 | 11110000 | 1100100 | 1011110 |
Color Harmonies of #DFDFFF
Complementary color
Monochromatic Colors of #DFDFFF
Black with #DFDFFF
Text Example
Text Example
White with #DFDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFFF; }
p { color: rgb(223,223,255); }
H1.HeaderClassName
{
color: #DFDFFF;
}
.AnyTagClassName
{
color: #DFDFFF;
}
</style>
background-color css
<style>
a { background-color: #DFDFFF; }
a { background-color: rgb(223,223,255); }
div.DivClassName
{
background-color: #DFDFFF;
}
.BgClassName
{
background-color: #DFDFFF;
}
</style>
border-color css
<style>
span { border-color: #DFDFFF; }
span { border-color: rgb(223,223,255); }
td.TdClassName
{
border-color: #DFDFFF;
}
.TagClassName
{
border-color: #DFDFFF;
}
</style>