Shades of Fog #DCC6FC
Tints of Fog #DCC6FC
RGB
CMYK
RGB Variations
Color information
#DCC6FC (or 0xDCC6FC) is known color: Fog. HEX triplet: DC, C6 and FC. RGB value is (220,198,252). Sum of RGB (Red+Green+Blue) = 220+198+252=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6FC is #233903. Grayscale: #D2D2D2. Windows color (decimal): -2308356 or 16565980. OLE color: 16565980.
HSL color Cylindrical-coordinate representation of color #DCC6FC: hue angle of 264.44º 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 #DCC6FC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 198 | 252 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.01 |
| HSL | 264.44º | 0.9% | 0.88% | - |
| HSV(B) | 264.44º | 0.21% | 0.99% | - |
| XYZ | 67.28 | 62.63 | 100.64 | - |
| YUV | 210.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 252 | 0.13 | 0.21 | 0 | 0.01 | 264.44 | 0.9 | 0.88 |
| Hex | DC | C6 | FC | D | 15 | 0 | 1 | 108 | 5A | 58 |
| Octal | 334 | 306 | 374 | 15 | 25 | 0 | 1 | 410 | 132 | 130 |
| Binary | 11011100 | 11000110 | 11111100 | 1101 | 10101 | 0 | 1 | 100001000 | 1011010 | 1011000 |
Color Harmonies of #DCC6FC
Complementary color
Monochromatic Colors of #DCC6FC
Black with #DCC6FC
Text Example
Text Example
White with #DCC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6FC; }
p { color: rgb(220,198,252); }
H1.HeaderClassName
{
color: #DCC6FC;
}
.AnyTagClassName
{
color: #DCC6FC;
}
</style>
background-color css
<style>
a { background-color: #DCC6FC; }
a { background-color: rgb(220,198,252); }
div.DivClassName
{
background-color: #DCC6FC;
}
.BgClassName
{
background-color: #DCC6FC;
}
</style>
border-color css
<style>
span { border-color: #DCC6FC; }
span { border-color: rgb(220,198,252); }
td.TdClassName
{
border-color: #DCC6FC;
}
.TagClassName
{
border-color: #DCC6FC;
}
</style>