Shades of Fog #DCCBEC
Tints of Fog #DCCBEC
RGB
CMYK
RGB Variations
Color information
#DCCBEC (or 0xDCCBEC) is known color: Fog. HEX triplet: DC, CB and EC. RGB value is (220,203,236). Sum of RGB (Red+Green+Blue) = 220+203+236=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBEC is #233413. Grayscale: #D3D3D3. Windows color (decimal): -2307092 or 15518684. OLE color: 15518684.
HSL color Cylindrical-coordinate representation of color #DCCBEC: hue angle of 270.91º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCBEC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 203 | 236 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.07 |
| HSL | 270.91º | 0.46% | 0.86% | - |
| HSV(B) | 270.91º | 0.14% | 0.93% | - |
| XYZ | 66.01 | 63.98 | 88.23 | - |
| YUV | 211.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 236 | 0.07 | 0.14 | 0 | 0.07 | 270.91 | 0.46 | 0.86 |
| Hex | DC | CB | EC | 7 | E | 0 | 7 | 10F | 2E | 56 |
| Octal | 334 | 313 | 354 | 7 | 16 | 0 | 7 | 417 | 56 | 126 |
| Binary | 11011100 | 11001011 | 11101100 | 111 | 1110 | 0 | 111 | 100001111 | 101110 | 1010110 |
Color Harmonies of #DCCBEC
Complementary color
Monochromatic Colors of #DCCBEC
Black with #DCCBEC
Text Example
Text Example
White with #DCCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBEC; }
p { color: rgb(220,203,236); }
H1.HeaderClassName
{
color: #DCCBEC;
}
.AnyTagClassName
{
color: #DCCBEC;
}
</style>
background-color css
<style>
a { background-color: #DCCBEC; }
a { background-color: rgb(220,203,236); }
div.DivClassName
{
background-color: #DCCBEC;
}
.BgClassName
{
background-color: #DCCBEC;
}
</style>
border-color css
<style>
span { border-color: #DCCBEC; }
span { border-color: rgb(220,203,236); }
td.TdClassName
{
border-color: #DCCBEC;
}
.TagClassName
{
border-color: #DCCBEC;
}
</style>