Shades of Fog #DCC1F6
Tints of Fog #DCC1F6
RGB
CMYK
RGB Variations
Color information
#DCC1F6 (or 0xDCC1F6) is known color: Fog. HEX triplet: DC, C1 and F6. RGB value is (220,193,246). Sum of RGB (Red+Green+Blue) = 220+193+246=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCC1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1F6 is #233E09. Grayscale: #CECECE. Windows color (decimal): -2309642 or 16171484. OLE color: 16171484.
HSL color Cylindrical-coordinate representation of color #DCC1F6: hue angle of 270.57º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC1F6 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 193 | 246 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.04 |
| HSL | 270.57º | 0.75% | 0.86% | - |
| HSV(B) | 270.57º | 0.22% | 0.96% | - |
| XYZ | 65.22 | 60.01 | 95.33 | - |
| YUV | 207.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 246 | 0.11 | 0.22 | 0 | 0.04 | 270.57 | 0.75 | 0.86 |
| Hex | DC | C1 | F6 | B | 16 | 0 | 4 | 10F | 4B | 56 |
| Octal | 334 | 301 | 366 | 13 | 26 | 0 | 4 | 417 | 113 | 126 |
| Binary | 11011100 | 11000001 | 11110110 | 1011 | 10110 | 0 | 100 | 100001111 | 1001011 | 1010110 |
Color Harmonies of #DCC1F6
Complementary color
Monochromatic Colors of #DCC1F6
Black with #DCC1F6
Text Example
Text Example
White with #DCC1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1F6; }
p { color: rgb(220,193,246); }
H1.HeaderClassName
{
color: #DCC1F6;
}
.AnyTagClassName
{
color: #DCC1F6;
}
</style>
background-color css
<style>
a { background-color: #DCC1F6; }
a { background-color: rgb(220,193,246); }
div.DivClassName
{
background-color: #DCC1F6;
}
.BgClassName
{
background-color: #DCC1F6;
}
</style>
border-color css
<style>
span { border-color: #DCC1F6; }
span { border-color: rgb(220,193,246); }
td.TdClassName
{
border-color: #DCC1F6;
}
.TagClassName
{
border-color: #DCC1F6;
}
</style>