Shades of Fog #DFC4FB
Tints of Fog #DFC4FB
RGB
CMYK
RGB Variations
Color information
#DFC4FB (or 0xDFC4FB) is known color: Fog. HEX triplet: DF, C4 and FB. RGB value is (223,196,251). Sum of RGB (Red+Green+Blue) = 223+196+251=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4FB is #203B04. Grayscale: #D2D2D2. Windows color (decimal): -2112261 or 16499935. OLE color: 16499935.
HSL color Cylindrical-coordinate representation of color #DFC4FB: hue angle of 269.45º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC4FB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 196 | 251 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.02 |
| HSL | 269.45º | 0.87% | 0.88% | - |
| HSV(B) | 269.45º | 0.22% | 0.98% | - |
| XYZ | 67.58 | 62.13 | 99.7 | - |
| YUV | 210.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 251 | 0.11 | 0.22 | 0 | 0.02 | 269.45 | 0.87 | 0.88 |
| Hex | DF | C4 | FB | B | 16 | 0 | 2 | 10D | 57 | 58 |
| Octal | 337 | 304 | 373 | 13 | 26 | 0 | 2 | 415 | 127 | 130 |
| Binary | 11011111 | 11000100 | 11111011 | 1011 | 10110 | 0 | 10 | 100001101 | 1010111 | 1011000 |
Color Harmonies of #DFC4FB
Complementary color
Monochromatic Colors of #DFC4FB
Black with #DFC4FB
Text Example
Text Example
White with #DFC4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4FB; }
p { color: rgb(223,196,251); }
H1.HeaderClassName
{
color: #DFC4FB;
}
.AnyTagClassName
{
color: #DFC4FB;
}
</style>
background-color css
<style>
a { background-color: #DFC4FB; }
a { background-color: rgb(223,196,251); }
div.DivClassName
{
background-color: #DFC4FB;
}
.BgClassName
{
background-color: #DFC4FB;
}
</style>
border-color css
<style>
span { border-color: #DFC4FB; }
span { border-color: rgb(223,196,251); }
td.TdClassName
{
border-color: #DFC4FB;
}
.TagClassName
{
border-color: #DFC4FB;
}
</style>