Shades of Fog #DCCEF6
Tints of Fog #DCCEF6
RGB
CMYK
RGB Variations
Color information
#DCCEF6 (or 0xDCCEF6) is known color: Fog. HEX triplet: DC, CE and F6. RGB value is (220,206,246). Sum of RGB (Red+Green+Blue) = 220+206+246=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF6 is #233109. Grayscale: #D6D6D6. Windows color (decimal): -2306314 or 16174812. OLE color: 16174812.
HSL color Cylindrical-coordinate representation of color #DCCEF6: hue angle of 261º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCEF6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 206 | 246 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.04 |
| HSL | 261º | 0.69% | 0.89% | - |
| HSV(B) | 261º | 0.16% | 0.96% | - |
| XYZ | 68.22 | 66.01 | 96.33 | - |
| YUV | 214.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 246 | 0.11 | 0.16 | 0 | 0.04 | 261 | 0.69 | 0.89 |
| Hex | DC | CE | F6 | B | 10 | 0 | 4 | 105 | 45 | 59 |
| Octal | 334 | 316 | 366 | 13 | 20 | 0 | 4 | 405 | 105 | 131 |
| Binary | 11011100 | 11001110 | 11110110 | 1011 | 10000 | 0 | 100 | 100000101 | 1000101 | 1011001 |
Color Harmonies of #DCCEF6
Complementary color
Monochromatic Colors of #DCCEF6
Black with #DCCEF6
Text Example
Text Example
White with #DCCEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF6; }
p { color: rgb(220,206,246); }
H1.HeaderClassName
{
color: #DCCEF6;
}
.AnyTagClassName
{
color: #DCCEF6;
}
</style>
background-color css
<style>
a { background-color: #DCCEF6; }
a { background-color: rgb(220,206,246); }
div.DivClassName
{
background-color: #DCCEF6;
}
.BgClassName
{
background-color: #DCCEF6;
}
</style>
border-color css
<style>
span { border-color: #DCCEF6; }
span { border-color: rgb(220,206,246); }
td.TdClassName
{
border-color: #DCCEF6;
}
.TagClassName
{
border-color: #DCCEF6;
}
</style>