Shades of Fog #DCC7EC
Tints of Fog #DCC7EC
RGB
CMYK
RGB Variations
Color information
#DCC7EC (or 0xDCC7EC) is known color: Fog. HEX triplet: DC, C7 and EC. RGB value is (220,199,236). Sum of RGB (Red+Green+Blue) = 220+199+236=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7EC is #233813. Grayscale: #D1D1D1. Windows color (decimal): -2308116 or 15517660. OLE color: 15517660.
HSL color Cylindrical-coordinate representation of color #DCC7EC: hue angle of 274.05º degrees, saturation: 0.49, 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 #DCC7EC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 199 | 236 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 274.05º | 0.49% | 0.85% | - |
| HSV(B) | 274.05º | 0.16% | 0.93% | - |
| XYZ | 65.08 | 62.12 | 87.92 | - |
| YUV | 209.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 236 | 0.07 | 0.16 | 0 | 0.07 | 274.05 | 0.49 | 0.85 |
| Hex | DC | C7 | EC | 7 | 10 | 0 | 7 | 112 | 31 | 55 |
| Octal | 334 | 307 | 354 | 7 | 20 | 0 | 7 | 422 | 61 | 125 |
| Binary | 11011100 | 11000111 | 11101100 | 111 | 10000 | 0 | 111 | 100010010 | 110001 | 1010101 |
Color Harmonies of #DCC7EC
Complementary color
Monochromatic Colors of #DCC7EC
Black with #DCC7EC
Text Example
Text Example
White with #DCC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7EC; }
p { color: rgb(220,199,236); }
H1.HeaderClassName
{
color: #DCC7EC;
}
.AnyTagClassName
{
color: #DCC7EC;
}
</style>
background-color css
<style>
a { background-color: #DCC7EC; }
a { background-color: rgb(220,199,236); }
div.DivClassName
{
background-color: #DCC7EC;
}
.BgClassName
{
background-color: #DCC7EC;
}
</style>
border-color css
<style>
span { border-color: #DCC7EC; }
span { border-color: rgb(220,199,236); }
td.TdClassName
{
border-color: #DCC7EC;
}
.TagClassName
{
border-color: #DCC7EC;
}
</style>