Shades of Fog #DFD2FB
Tints of Fog #DFD2FB
RGB
CMYK
RGB Variations
Color information
#DFD2FB (or 0xDFD2FB) is known color: Fog. HEX triplet: DF, D2 and FB. RGB value is (223,210,251). Sum of RGB (Red+Green+Blue) = 223+210+251=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2FB is #202D04. Grayscale: #DADADA. Windows color (decimal): -2108677 or 16503519. OLE color: 16503519.
HSL color Cylindrical-coordinate representation of color #DFD2FB: hue angle of 259.02º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD2FB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 210 | 251 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.02 |
| HSL | 259.02º | 0.84% | 0.9% | - |
| HSV(B) | 259.02º | 0.16% | 0.98% | - |
| XYZ | 70.89 | 68.75 | 100.8 | - |
| YUV | 218.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 251 | 0.11 | 0.16 | 0 | 0.02 | 259.02 | 0.84 | 0.9 |
| Hex | DF | D2 | FB | B | 10 | 0 | 2 | 103 | 54 | 5A |
| Octal | 337 | 322 | 373 | 13 | 20 | 0 | 2 | 403 | 124 | 132 |
| Binary | 11011111 | 11010010 | 11111011 | 1011 | 10000 | 0 | 10 | 100000011 | 1010100 | 1011010 |
Color Harmonies of #DFD2FB
Complementary color
Monochromatic Colors of #DFD2FB
Black with #DFD2FB
Text Example
Text Example
White with #DFD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2FB; }
p { color: rgb(223,210,251); }
H1.HeaderClassName
{
color: #DFD2FB;
}
.AnyTagClassName
{
color: #DFD2FB;
}
</style>
background-color css
<style>
a { background-color: #DFD2FB; }
a { background-color: rgb(223,210,251); }
div.DivClassName
{
background-color: #DFD2FB;
}
.BgClassName
{
background-color: #DFD2FB;
}
</style>
border-color css
<style>
span { border-color: #DFD2FB; }
span { border-color: rgb(223,210,251); }
td.TdClassName
{
border-color: #DFD2FB;
}
.TagClassName
{
border-color: #DFD2FB;
}
</style>