Shades of Fog #DFC6FC
Tints of Fog #DFC6FC
RGB
CMYK
RGB Variations
Color information
#DFC6FC (or 0xDFC6FC) is known color: Fog. HEX triplet: DF, C6 and FC. RGB value is (223,198,252). Sum of RGB (Red+Green+Blue) = 223+198+252=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6FC is #203903. Grayscale: #D3D3D3. Windows color (decimal): -2111748 or 16565983. OLE color: 16565983.
HSL color Cylindrical-coordinate representation of color #DFC6FC: hue angle of 267.78º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC6FC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 198 | 252 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.01 |
| HSL | 267.78º | 0.9% | 0.88% | - |
| HSV(B) | 267.78º | 0.21% | 0.99% | - |
| XYZ | 68.2 | 63.1 | 100.68 | - |
| YUV | 211.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 252 | 0.12 | 0.21 | 0 | 0.01 | 267.78 | 0.9 | 0.88 |
| Hex | DF | C6 | FC | C | 15 | 0 | 1 | 10C | 5A | 58 |
| Octal | 337 | 306 | 374 | 14 | 25 | 0 | 1 | 414 | 132 | 130 |
| Binary | 11011111 | 11000110 | 11111100 | 1100 | 10101 | 0 | 1 | 100001100 | 1011010 | 1011000 |
Color Harmonies of #DFC6FC
Complementary color
Monochromatic Colors of #DFC6FC
Black with #DFC6FC
Text Example
Text Example
White with #DFC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6FC; }
p { color: rgb(223,198,252); }
H1.HeaderClassName
{
color: #DFC6FC;
}
.AnyTagClassName
{
color: #DFC6FC;
}
</style>
background-color css
<style>
a { background-color: #DFC6FC; }
a { background-color: rgb(223,198,252); }
div.DivClassName
{
background-color: #DFC6FC;
}
.BgClassName
{
background-color: #DFC6FC;
}
</style>
border-color css
<style>
span { border-color: #DFC6FC; }
span { border-color: rgb(223,198,252); }
td.TdClassName
{
border-color: #DFC6FC;
}
.TagClassName
{
border-color: #DFC6FC;
}
</style>