Shades of Fog #DFCDFB
Tints of Fog #DFCDFB
RGB
CMYK
RGB Variations
Color information
#DFCDFB (or 0xDFCDFB) is known color: Fog. HEX triplet: DF, CD and FB. RGB value is (223,205,251). Sum of RGB (Red+Green+Blue) = 223+205+251=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDFB is #203204. Grayscale: #D7D7D7. Windows color (decimal): -2109957 or 16502239. OLE color: 16502239.
HSL color Cylindrical-coordinate representation of color #DFCDFB: hue angle of 263.48º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFCDFB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 205 | 251 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.02 |
| HSL | 263.48º | 0.85% | 0.89% | - |
| HSV(B) | 263.48º | 0.18% | 0.98% | - |
| XYZ | 69.68 | 66.32 | 100.39 | - |
| YUV | 215.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 251 | 0.11 | 0.18 | 0 | 0.02 | 263.48 | 0.85 | 0.89 |
| Hex | DF | CD | FB | B | 12 | 0 | 2 | 107 | 55 | 59 |
| Octal | 337 | 315 | 373 | 13 | 22 | 0 | 2 | 407 | 125 | 131 |
| Binary | 11011111 | 11001101 | 11111011 | 1011 | 10010 | 0 | 10 | 100000111 | 1010101 | 1011001 |
Color Harmonies of #DFCDFB
Complementary color
Monochromatic Colors of #DFCDFB
Black with #DFCDFB
Text Example
Text Example
White with #DFCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDFB; }
p { color: rgb(223,205,251); }
H1.HeaderClassName
{
color: #DFCDFB;
}
.AnyTagClassName
{
color: #DFCDFB;
}
</style>
background-color css
<style>
a { background-color: #DFCDFB; }
a { background-color: rgb(223,205,251); }
div.DivClassName
{
background-color: #DFCDFB;
}
.BgClassName
{
background-color: #DFCDFB;
}
</style>
border-color css
<style>
span { border-color: #DFCDFB; }
span { border-color: rgb(223,205,251); }
td.TdClassName
{
border-color: #DFCDFB;
}
.TagClassName
{
border-color: #DFCDFB;
}
</style>