Shades of Lavender #DFDDFE
Tints of Lavender #DFDDFE
RGB
CMYK
RGB Variations
Color information
#DFDDFE (or 0xDFDDFE) is known color: Lavender. HEX triplet: DF, DD and FE. RGB value is (223,221,254). Sum of RGB (Red+Green+Blue) = 223+221+254=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFE is #202201. Grayscale: #E1E1E1. Windows color (decimal): -2105858 or 16702943. OLE color: 16702943.
HSL color Cylindrical-coordinate representation of color #DFDDFE: hue angle of 243.64º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDDFE is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 221 | 254 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.00 |
| HSL | 243.64º | 0.94% | 0.93% | - |
| HSV(B) | 243.64º | 0.13% | 1% | - |
| XYZ | 74.18 | 74.56 | 104.25 | - |
| YUV | 225.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 254 | 0.12 | 0.13 | 0 | 0.00 | 243.64 | 0.94 | 0.93 |
| Hex | DF | DD | FE | C | D | 0 | 0 | F4 | 5E | 5D |
| Octal | 337 | 335 | 376 | 14 | 15 | 0 | 0 | 364 | 136 | 135 |
| Binary | 11011111 | 11011101 | 11111110 | 1100 | 1101 | 0 | 0 | 11110100 | 1011110 | 1011101 |
Color Harmonies of #DFDDFE
Complementary color
Monochromatic Colors of #DFDDFE
Black with #DFDDFE
Text Example
Text Example
White with #DFDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDFE; }
p { color: rgb(223,221,254); }
H1.HeaderClassName
{
color: #DFDDFE;
}
.AnyTagClassName
{
color: #DFDDFE;
}
</style>
background-color css
<style>
a { background-color: #DFDDFE; }
a { background-color: rgb(223,221,254); }
div.DivClassName
{
background-color: #DFDDFE;
}
.BgClassName
{
background-color: #DFDDFE;
}
</style>
border-color css
<style>
span { border-color: #DFDDFE; }
span { border-color: rgb(223,221,254); }
td.TdClassName
{
border-color: #DFDDFE;
}
.TagClassName
{
border-color: #DFDDFE;
}
</style>