Shades of Fog #DFD3FB
Tints of Fog #DFD3FB
RGB
CMYK
RGB Variations
Color information
#DFD3FB (or 0xDFD3FB) is known color: Fog. HEX triplet: DF, D3 and FB. RGB value is (223,211,251). Sum of RGB (Red+Green+Blue) = 223+211+251=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3FB is #202C04. Grayscale: #DBDBDB. Windows color (decimal): -2108421 or 16503775. OLE color: 16503775.
HSL color Cylindrical-coordinate representation of color #DFD3FB: hue angle of 258º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD3FB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 211 | 251 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.02 |
| HSL | 258º | 0.83% | 0.91% | - |
| HSV(B) | 258º | 0.16% | 0.98% | - |
| XYZ | 71.14 | 69.24 | 100.88 | - |
| YUV | 219.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 251 | 0.11 | 0.16 | 0 | 0.02 | 258 | 0.83 | 0.91 |
| Hex | DF | D3 | FB | B | 10 | 0 | 2 | 102 | 53 | 5B |
| Octal | 337 | 323 | 373 | 13 | 20 | 0 | 2 | 402 | 123 | 133 |
| Binary | 11011111 | 11010011 | 11111011 | 1011 | 10000 | 0 | 10 | 100000010 | 1010011 | 1011011 |
Color Harmonies of #DFD3FB
Complementary color
Monochromatic Colors of #DFD3FB
Black with #DFD3FB
Text Example
Text Example
White with #DFD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3FB; }
p { color: rgb(223,211,251); }
H1.HeaderClassName
{
color: #DFD3FB;
}
.AnyTagClassName
{
color: #DFD3FB;
}
</style>
background-color css
<style>
a { background-color: #DFD3FB; }
a { background-color: rgb(223,211,251); }
div.DivClassName
{
background-color: #DFD3FB;
}
.BgClassName
{
background-color: #DFD3FB;
}
</style>
border-color css
<style>
span { border-color: #DFD3FB; }
span { border-color: rgb(223,211,251); }
td.TdClassName
{
border-color: #DFD3FB;
}
.TagClassName
{
border-color: #DFD3FB;
}
</style>