Shades of Fog #DCC6EC
Tints of Fog #DCC6EC
RGB
CMYK
RGB Variations
Color information
#DCC6EC (or 0xDCC6EC) is known color: Fog. HEX triplet: DC, C6 and EC. RGB value is (220,198,236). Sum of RGB (Red+Green+Blue) = 220+198+236=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6EC is #233913. Grayscale: #D0D0D0. Windows color (decimal): -2308372 or 15517404. OLE color: 15517404.
HSL color Cylindrical-coordinate representation of color #DCC6EC: hue angle of 274.74º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC6EC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 198 | 236 | - |
CMYK | 0.07 | 0.16 | 0 | 0.07 |
HSL | 274.74º | 0.5% | 0.85% | - |
HSV(B) | 274.74º | 0.16% | 0.93% | - |
XYZ | 64.85 | 61.66 | 87.84 | - |
YUV | 208.91 | 143.29 | 135.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 198 | 236 | 0.07 | 0.16 | 0 | 0.07 | 274.74 | 0.5 | 0.85 |
Hex | DC | C6 | EC | 7 | 10 | 0 | 7 | 113 | 32 | 55 |
Octal | 334 | 306 | 354 | 7 | 20 | 0 | 7 | 423 | 62 | 125 |
Binary | 11011100 | 11000110 | 11101100 | 111 | 10000 | 0 | 111 | 100010011 | 110010 | 1010101 |
Color Harmonies of #DCC6EC
Complementary color
Monochromatic Colors of #DCC6EC
Black with #DCC6EC
Text Example
Text Example
White with #DCC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6EC; }
p { color: rgb(220,198,236); }
H1.HeaderClassName
{
color: #DCC6EC;
}
.AnyTagClassName
{
color: #DCC6EC;
}
</style>
background-color css
<style>
a { background-color: #DCC6EC; }
a { background-color: rgb(220,198,236); }
div.DivClassName
{
background-color: #DCC6EC;
}
.BgClassName
{
background-color: #DCC6EC;
}
</style>
border-color css
<style>
span { border-color: #DCC6EC; }
span { border-color: rgb(220,198,236); }
td.TdClassName
{
border-color: #DCC6EC;
}
.TagClassName
{
border-color: #DCC6EC;
}
</style>