Shades of Fog #DCCDF6
Tints of Fog #DCCDF6
RGB
CMYK
RGB Variations
Color information
#DCCDF6 (or 0xDCCDF6) is known color: Fog. HEX triplet: DC, CD and F6. RGB value is (220,205,246). Sum of RGB (Red+Green+Blue) = 220+205+246=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCCDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDF6 is #233209. Grayscale: #D6D6D6. Windows color (decimal): -2306570 or 16174556. OLE color: 16174556.
HSL color Cylindrical-coordinate representation of color #DCCDF6: hue angle of 261.95º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCDF6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 205 | 246 | - |
CMYK | 0.11 | 0.17 | 0 | 0.04 |
HSL | 261.95º | 0.69% | 0.88% | - |
HSV(B) | 261.95º | 0.17% | 0.96% | - |
XYZ | 67.98 | 65.53 | 96.25 | - |
YUV | 214.16 | 145.97 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 246 | 0.11 | 0.17 | 0 | 0.04 | 261.95 | 0.69 | 0.88 |
Hex | DC | CD | F6 | B | 11 | 0 | 4 | 106 | 45 | 58 |
Octal | 334 | 315 | 366 | 13 | 21 | 0 | 4 | 406 | 105 | 130 |
Binary | 11011100 | 11001101 | 11110110 | 1011 | 10001 | 0 | 100 | 100000110 | 1000101 | 1011000 |
Color Harmonies of #DCCDF6
Complementary color
Monochromatic Colors of #DCCDF6
Black with #DCCDF6
Text Example
Text Example
White with #DCCDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDF6; }
p { color: rgb(220,205,246); }
H1.HeaderClassName
{
color: #DCCDF6;
}
.AnyTagClassName
{
color: #DCCDF6;
}
</style>
background-color css
<style>
a { background-color: #DCCDF6; }
a { background-color: rgb(220,205,246); }
div.DivClassName
{
background-color: #DCCDF6;
}
.BgClassName
{
background-color: #DCCDF6;
}
</style>
border-color css
<style>
span { border-color: #DCCDF6; }
span { border-color: rgb(220,205,246); }
td.TdClassName
{
border-color: #DCCDF6;
}
.TagClassName
{
border-color: #DCCDF6;
}
</style>