Shades of Fog #DFD0FD
Tints of Fog #DFD0FD
RGB
CMYK
RGB Variations
Color information
#DFD0FD (or 0xDFD0FD) is known color: Fog. HEX triplet: DF, D0 and FD. RGB value is (223,208,253). Sum of RGB (Red+Green+Blue) = 223+208+253=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0FD is #202F02. Grayscale: #D9D9D9. Windows color (decimal): -2109187 or 16634079. OLE color: 16634079.
HSL color Cylindrical-coordinate representation of color #DFD0FD: hue angle of 260º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFD0FD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 208 | 253 | - |
CMYK | 0.12 | 0.18 | 0 | 0.01 |
HSL | 260º | 0.92% | 0.9% | - |
HSV(B) | 260º | 0.18% | 0.99% | - |
XYZ | 70.72 | 67.89 | 102.31 | - |
YUV | 217.62 | 147.97 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 253 | 0.12 | 0.18 | 0 | 0.01 | 260 | 0.92 | 0.9 |
Hex | DF | D0 | FD | C | 12 | 0 | 1 | 104 | 5C | 5A |
Octal | 337 | 320 | 375 | 14 | 22 | 0 | 1 | 404 | 134 | 132 |
Binary | 11011111 | 11010000 | 11111101 | 1100 | 10010 | 0 | 1 | 100000100 | 1011100 | 1011010 |
Color Harmonies of #DFD0FD
Complementary color
Monochromatic Colors of #DFD0FD
Black with #DFD0FD
Text Example
Text Example
White with #DFD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0FD; }
p { color: rgb(223,208,253); }
H1.HeaderClassName
{
color: #DFD0FD;
}
.AnyTagClassName
{
color: #DFD0FD;
}
</style>
background-color css
<style>
a { background-color: #DFD0FD; }
a { background-color: rgb(223,208,253); }
div.DivClassName
{
background-color: #DFD0FD;
}
.BgClassName
{
background-color: #DFD0FD;
}
</style>
border-color css
<style>
span { border-color: #DFD0FD; }
span { border-color: rgb(223,208,253); }
td.TdClassName
{
border-color: #DFD0FD;
}
.TagClassName
{
border-color: #DFD0FD;
}
</style>