Shades of Fog #DCC6FF
Tints of Fog #DCC6FF
RGB
CMYK
RGB Variations
Color information
#DCC6FF (or 0xDCC6FF) is known color: Fog. HEX triplet: DC, C6 and FF. RGB value is (220,198,255). Sum of RGB (Red+Green+Blue) = 220+198+255=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6FF is #233900. Grayscale: #D2D2D2. Windows color (decimal): -2308353 or 16762588. OLE color: 16762588.
HSL color Cylindrical-coordinate representation of color #DCC6FF: hue angle of 263.16º 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 #DCC6FF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 198 | 255 | - |
| CMYK | 0.14 | 0.22 | 0 | 0 |
| HSL | 263.16º | 1% | 0.89% | - |
| HSV(B) | 263.16º | 0.22% | 1% | - |
| XYZ | 67.76 | 62.82 | 103.16 | - |
| YUV | 211.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 255 | 0.14 | 0.22 | 0 | 0 | 263.16 | 1 | 0.89 |
| Hex | DC | C6 | FF | E | 16 | 0 | 0 | 107 | 64 | 59 |
| Octal | 334 | 306 | 377 | 16 | 26 | 0 | 0 | 407 | 144 | 131 |
| Binary | 11011100 | 11000110 | 11111111 | 1110 | 10110 | 0 | 0 | 100000111 | 1100100 | 1011001 |
Color Harmonies of #DCC6FF
Complementary color
Monochromatic Colors of #DCC6FF
Black with #DCC6FF
Text Example
Text Example
White with #DCC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6FF; }
p { color: rgb(220,198,255); }
H1.HeaderClassName
{
color: #DCC6FF;
}
.AnyTagClassName
{
color: #DCC6FF;
}
</style>
background-color css
<style>
a { background-color: #DCC6FF; }
a { background-color: rgb(220,198,255); }
div.DivClassName
{
background-color: #DCC6FF;
}
.BgClassName
{
background-color: #DCC6FF;
}
</style>
border-color css
<style>
span { border-color: #DCC6FF; }
span { border-color: rgb(220,198,255); }
td.TdClassName
{
border-color: #DCC6FF;
}
.TagClassName
{
border-color: #DCC6FF;
}
</style>