Shades of Lavender #DFDFF9
Tints of Lavender #DFDFF9
RGB
CMYK
RGB Variations
Color information
#DFDFF9 (or 0xDFDFF9) is known color: Lavender. HEX triplet: DF, DF and F9. RGB value is (223,223,249). Sum of RGB (Red+Green+Blue) = 223+223+249=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF9 is #202006. Grayscale: #E1E1E1. Windows color (decimal): -2105351 or 16375775. OLE color: 16375775.
HSL color Cylindrical-coordinate representation of color #DFDFF9: hue angle of 240º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDFF9 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 223 | 249 | - |
CMYK | 0.10 | 0.10 | 0 | 0.02 |
HSL | 240º | 0.68% | 0.93% | - |
HSV(B) | 240º | 0.1% | 0.98% | - |
XYZ | 73.92 | 75.3 | 100.26 | - |
YUV | 225.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 249 | 0.10 | 0.10 | 0 | 0.02 | 240 | 0.68 | 0.93 |
Hex | DF | DF | F9 | A | A | 0 | 2 | F0 | 44 | 5D |
Octal | 337 | 337 | 371 | 12 | 12 | 0 | 2 | 360 | 104 | 135 |
Binary | 11011111 | 11011111 | 11111001 | 1010 | 1010 | 0 | 10 | 11110000 | 1000100 | 1011101 |
Color Harmonies of #DFDFF9
Complementary color
Monochromatic Colors of #DFDFF9
Black with #DFDFF9
Text Example
Text Example
White with #DFDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFF9; }
p { color: rgb(223,223,249); }
H1.HeaderClassName
{
color: #DFDFF9;
}
.AnyTagClassName
{
color: #DFDFF9;
}
</style>
background-color css
<style>
a { background-color: #DFDFF9; }
a { background-color: rgb(223,223,249); }
div.DivClassName
{
background-color: #DFDFF9;
}
.BgClassName
{
background-color: #DFDFF9;
}
</style>
border-color css
<style>
span { border-color: #DFDFF9; }
span { border-color: rgb(223,223,249); }
td.TdClassName
{
border-color: #DFDFF9;
}
.TagClassName
{
border-color: #DFDFF9;
}
</style>