Shades of Fog #DFC6FB
Tints of Fog #DFC6FB
RGB
CMYK
RGB Variations
Color information
#DFC6FB (or 0xDFC6FB) is known color: Fog. HEX triplet: DF, C6 and FB. RGB value is (223,198,251). Sum of RGB (Red+Green+Blue) = 223+198+251=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6FB is #203904. Grayscale: #D3D3D3. Windows color (decimal): -2111749 or 16500447. OLE color: 16500447.
HSL color Cylindrical-coordinate representation of color #DFC6FB: hue angle of 268.3º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC6FB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 198 | 251 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.02 |
| HSL | 268.3º | 0.87% | 0.88% | - |
| HSV(B) | 268.3º | 0.21% | 0.98% | - |
| XYZ | 68.04 | 63.04 | 99.85 | - |
| YUV | 211.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 251 | 0.11 | 0.21 | 0 | 0.02 | 268.3 | 0.87 | 0.88 |
| Hex | DF | C6 | FB | B | 15 | 0 | 2 | 10C | 57 | 58 |
| Octal | 337 | 306 | 373 | 13 | 25 | 0 | 2 | 414 | 127 | 130 |
| Binary | 11011111 | 11000110 | 11111011 | 1011 | 10101 | 0 | 10 | 100001100 | 1010111 | 1011000 |
Color Harmonies of #DFC6FB
Complementary color
Monochromatic Colors of #DFC6FB
Black with #DFC6FB
Text Example
Text Example
White with #DFC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6FB; }
p { color: rgb(223,198,251); }
H1.HeaderClassName
{
color: #DFC6FB;
}
.AnyTagClassName
{
color: #DFC6FB;
}
</style>
background-color css
<style>
a { background-color: #DFC6FB; }
a { background-color: rgb(223,198,251); }
div.DivClassName
{
background-color: #DFC6FB;
}
.BgClassName
{
background-color: #DFC6FB;
}
</style>
border-color css
<style>
span { border-color: #DFC6FB; }
span { border-color: rgb(223,198,251); }
td.TdClassName
{
border-color: #DFC6FB;
}
.TagClassName
{
border-color: #DFC6FB;
}
</style>