Shades of Fog #DCBFEC
Tints of Fog #DCBFEC
RGB
CMYK
RGB Variations
Color information
#DCBFEC (or 0xDCBFEC) is known color: Fog. HEX triplet: DC, BF and EC. RGB value is (220,191,236). Sum of RGB (Red+Green+Blue) = 220+191+236=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFEC is #234013. Grayscale: #CCCCCC. Windows color (decimal): -2310164 or 15515612. OLE color: 15515612.
HSL color Cylindrical-coordinate representation of color #DCBFEC: hue angle of 278.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBFEC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 191 | 236 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.07 |
| HSL | 278.67º | 0.54% | 0.84% | - |
| HSV(B) | 278.67º | 0.19% | 0.93% | - |
| XYZ | 63.29 | 58.53 | 87.32 | - |
| YUV | 204.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 236 | 0.07 | 0.19 | 0 | 0.07 | 278.67 | 0.54 | 0.84 |
| Hex | DC | BF | EC | 7 | 13 | 0 | 7 | 117 | 36 | 54 |
| Octal | 334 | 277 | 354 | 7 | 23 | 0 | 7 | 427 | 66 | 124 |
| Binary | 11011100 | 10111111 | 11101100 | 111 | 10011 | 0 | 111 | 100010111 | 110110 | 1010100 |
Color Harmonies of #DCBFEC
Complementary color
Monochromatic Colors of #DCBFEC
Black with #DCBFEC
Text Example
Text Example
White with #DCBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFEC; }
p { color: rgb(220,191,236); }
H1.HeaderClassName
{
color: #DCBFEC;
}
.AnyTagClassName
{
color: #DCBFEC;
}
</style>
background-color css
<style>
a { background-color: #DCBFEC; }
a { background-color: rgb(220,191,236); }
div.DivClassName
{
background-color: #DCBFEC;
}
.BgClassName
{
background-color: #DCBFEC;
}
</style>
border-color css
<style>
span { border-color: #DCBFEC; }
span { border-color: rgb(220,191,236); }
td.TdClassName
{
border-color: #DCBFEC;
}
.TagClassName
{
border-color: #DCBFEC;
}
</style>