Shades of Fog #DFD0FF
Tints of Fog #DFD0FF
RGB
CMYK
RGB Variations
Color information
#DFD0FF (or 0xDFD0FF) is known color: Fog. HEX triplet: DF, D0 and FF. RGB value is (223,208,255). Sum of RGB (Red+Green+Blue) = 223+208+255=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0FF is #202F00. Grayscale: #D9D9D9. Windows color (decimal): -2109185 or 16765151. OLE color: 16765151.
HSL color Cylindrical-coordinate representation of color #DFD0FF: hue angle of 259.15º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFD0FF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 208 | 255 | - |
| CMYK | 0.13 | 0.18 | 0 | 0 |
| HSL | 259.15º | 1% | 0.91% | - |
| HSV(B) | 259.15º | 0.18% | 1% | - |
| XYZ | 71.04 | 68.02 | 103.99 | - |
| YUV | 217.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 255 | 0.13 | 0.18 | 0 | 0 | 259.15 | 1 | 0.91 |
| Hex | DF | D0 | FF | D | 12 | 0 | 0 | 103 | 64 | 5B |
| Octal | 337 | 320 | 377 | 15 | 22 | 0 | 0 | 403 | 144 | 133 |
| Binary | 11011111 | 11010000 | 11111111 | 1101 | 10010 | 0 | 0 | 100000011 | 1100100 | 1011011 |
Color Harmonies of #DFD0FF
Complementary color
Monochromatic Colors of #DFD0FF
Black with #DFD0FF
Text Example
Text Example
White with #DFD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0FF; }
p { color: rgb(223,208,255); }
H1.HeaderClassName
{
color: #DFD0FF;
}
.AnyTagClassName
{
color: #DFD0FF;
}
</style>
background-color css
<style>
a { background-color: #DFD0FF; }
a { background-color: rgb(223,208,255); }
div.DivClassName
{
background-color: #DFD0FF;
}
.BgClassName
{
background-color: #DFD0FF;
}
</style>
border-color css
<style>
span { border-color: #DFD0FF; }
span { border-color: rgb(223,208,255); }
td.TdClassName
{
border-color: #DFD0FF;
}
.TagClassName
{
border-color: #DFD0FF;
}
</style>