Shades of Fog #DFC6FF
Tints of Fog #DFC6FF
RGB
CMYK
RGB Variations
Color information
#DFC6FF (or 0xDFC6FF) is known color: Fog. HEX triplet: DF, C6 and FF. RGB value is (223,198,255). Sum of RGB (Red+Green+Blue) = 223+198+255=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6FF is #203900. Grayscale: #D3D3D3. Windows color (decimal): -2111745 or 16762591. OLE color: 16762591.
HSL color Cylindrical-coordinate representation of color #DFC6FF: hue angle of 266.32º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC6FF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 198 | 255 | - |
| CMYK | 0.13 | 0.22 | 0 | 0 |
| HSL | 266.32º | 1% | 0.89% | - |
| HSV(B) | 266.32º | 0.22% | 1% | - |
| XYZ | 68.68 | 63.3 | 103.21 | - |
| YUV | 211.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 255 | 0.13 | 0.22 | 0 | 0 | 266.32 | 1 | 0.89 |
| Hex | DF | C6 | FF | D | 16 | 0 | 0 | 10A | 64 | 59 |
| Octal | 337 | 306 | 377 | 15 | 26 | 0 | 0 | 412 | 144 | 131 |
| Binary | 11011111 | 11000110 | 11111111 | 1101 | 10110 | 0 | 0 | 100001010 | 1100100 | 1011001 |
Color Harmonies of #DFC6FF
Complementary color
Monochromatic Colors of #DFC6FF
Black with #DFC6FF
Text Example
Text Example
White with #DFC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6FF; }
p { color: rgb(223,198,255); }
H1.HeaderClassName
{
color: #DFC6FF;
}
.AnyTagClassName
{
color: #DFC6FF;
}
</style>
background-color css
<style>
a { background-color: #DFC6FF; }
a { background-color: rgb(223,198,255); }
div.DivClassName
{
background-color: #DFC6FF;
}
.BgClassName
{
background-color: #DFC6FF;
}
</style>
border-color css
<style>
span { border-color: #DFC6FF; }
span { border-color: rgb(223,198,255); }
td.TdClassName
{
border-color: #DFC6FF;
}
.TagClassName
{
border-color: #DFC6FF;
}
</style>