Shades of Fog #DCBDEC
Tints of Fog #DCBDEC
RGB
CMYK
RGB Variations
Color information
#DCBDEC (or 0xDCBDEC) is known color: Fog. HEX triplet: DC, BD and EC. RGB value is (220,189,236). Sum of RGB (Red+Green+Blue) = 220+189+236=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDEC is #234213. Grayscale: #CBCBCB. Windows color (decimal): -2310676 or 15515100. OLE color: 15515100.
HSL color Cylindrical-coordinate representation of color #DCBDEC: hue angle of 279.57º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBDEC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 189 | 236 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.07 |
| HSL | 279.57º | 0.55% | 0.83% | - |
| HSV(B) | 279.57º | 0.2% | 0.93% | - |
| XYZ | 62.85 | 57.67 | 87.18 | - |
| YUV | 203.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 236 | 0.07 | 0.20 | 0 | 0.07 | 279.57 | 0.55 | 0.83 |
| Hex | DC | BD | EC | 7 | 14 | 0 | 7 | 118 | 37 | 53 |
| Octal | 334 | 275 | 354 | 7 | 24 | 0 | 7 | 430 | 67 | 123 |
| Binary | 11011100 | 10111101 | 11101100 | 111 | 10100 | 0 | 111 | 100011000 | 110111 | 1010011 |
Color Harmonies of #DCBDEC
Complementary color
Monochromatic Colors of #DCBDEC
Black with #DCBDEC
Text Example
Text Example
White with #DCBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDEC; }
p { color: rgb(220,189,236); }
H1.HeaderClassName
{
color: #DCBDEC;
}
.AnyTagClassName
{
color: #DCBDEC;
}
</style>
background-color css
<style>
a { background-color: #DCBDEC; }
a { background-color: rgb(220,189,236); }
div.DivClassName
{
background-color: #DCBDEC;
}
.BgClassName
{
background-color: #DCBDEC;
}
</style>
border-color css
<style>
span { border-color: #DCBDEC; }
span { border-color: rgb(220,189,236); }
td.TdClassName
{
border-color: #DCBDEC;
}
.TagClassName
{
border-color: #DCBDEC;
}
</style>