Shades of Lavender #DFDCFF
Tints of Lavender #DFDCFF
RGB
CMYK
RGB Variations
Color information
#DFDCFF (or 0xDFDCFF) is known color: Lavender. HEX triplet: DF, DC and FF. RGB value is (223,220,255). Sum of RGB (Red+Green+Blue) = 223+220+255=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFF is #202300. Grayscale: #E0E0E0. Windows color (decimal): -2106113 or 16768223. OLE color: 16768223.
HSL color Cylindrical-coordinate representation of color #DFDCFF: hue angle of 245.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDCFF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 220 | 255 | - |
| CMYK | 0.13 | 0.14 | 0 | 0 |
| HSL | 245.14º | 1% | 0.93% | - |
| HSV(B) | 245.14º | 0.14% | 1% | - |
| XYZ | 74.07 | 74.09 | 105.01 | - |
| YUV | 224.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 255 | 0.13 | 0.14 | 0 | 0 | 245.14 | 1 | 0.93 |
| Hex | DF | DC | FF | D | E | 0 | 0 | F5 | 64 | 5D |
| Octal | 337 | 334 | 377 | 15 | 16 | 0 | 0 | 365 | 144 | 135 |
| Binary | 11011111 | 11011100 | 11111111 | 1101 | 1110 | 0 | 0 | 11110101 | 1100100 | 1011101 |
Color Harmonies of #DFDCFF
Complementary color
Monochromatic Colors of #DFDCFF
Black with #DFDCFF
Text Example
Text Example
White with #DFDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCFF; }
p { color: rgb(223,220,255); }
H1.HeaderClassName
{
color: #DFDCFF;
}
.AnyTagClassName
{
color: #DFDCFF;
}
</style>
background-color css
<style>
a { background-color: #DFDCFF; }
a { background-color: rgb(223,220,255); }
div.DivClassName
{
background-color: #DFDCFF;
}
.BgClassName
{
background-color: #DFDCFF;
}
</style>
border-color css
<style>
span { border-color: #DFDCFF; }
span { border-color: rgb(223,220,255); }
td.TdClassName
{
border-color: #DFDCFF;
}
.TagClassName
{
border-color: #DFDCFF;
}
</style>