Shades of Fog #DFC6FD
Tints of Fog #DFC6FD
RGB
CMYK
RGB Variations
Color information
#DFC6FD (or 0xDFC6FD) is known color: Fog. HEX triplet: DF, C6 and FD. RGB value is (223,198,253). Sum of RGB (Red+Green+Blue) = 223+198+253=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6FD is #203902. Grayscale: #D3D3D3. Windows color (decimal): -2111747 or 16631519. OLE color: 16631519.
HSL color Cylindrical-coordinate representation of color #DFC6FD: hue angle of 267.27º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC6FD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 198 | 253 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.01 |
| HSL | 267.27º | 0.93% | 0.88% | - |
| HSV(B) | 267.27º | 0.22% | 0.99% | - |
| XYZ | 68.36 | 63.17 | 101.52 | - |
| YUV | 211.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 253 | 0.12 | 0.22 | 0 | 0.01 | 267.27 | 0.93 | 0.88 |
| Hex | DF | C6 | FD | C | 16 | 0 | 1 | 10B | 5D | 58 |
| Octal | 337 | 306 | 375 | 14 | 26 | 0 | 1 | 413 | 135 | 130 |
| Binary | 11011111 | 11000110 | 11111101 | 1100 | 10110 | 0 | 1 | 100001011 | 1011101 | 1011000 |
Color Harmonies of #DFC6FD
Complementary color
Monochromatic Colors of #DFC6FD
Black with #DFC6FD
Text Example
Text Example
White with #DFC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6FD; }
p { color: rgb(223,198,253); }
H1.HeaderClassName
{
color: #DFC6FD;
}
.AnyTagClassName
{
color: #DFC6FD;
}
</style>
background-color css
<style>
a { background-color: #DFC6FD; }
a { background-color: rgb(223,198,253); }
div.DivClassName
{
background-color: #DFC6FD;
}
.BgClassName
{
background-color: #DFC6FD;
}
</style>
border-color css
<style>
span { border-color: #DFC6FD; }
span { border-color: rgb(223,198,253); }
td.TdClassName
{
border-color: #DFC6FD;
}
.TagClassName
{
border-color: #DFC6FD;
}
</style>