Shades of Fog #DCCBEA
Tints of Fog #DCCBEA
RGB
CMYK
RGB Variations
Color information
#DCCBEA (or 0xDCCBEA) is known color: Fog. HEX triplet: DC, CB and EA. RGB value is (220,203,234). Sum of RGB (Red+Green+Blue) = 220+203+234=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBEA is #233415. Grayscale: #D3D3D3. Windows color (decimal): -2307094 or 15387612. OLE color: 15387612.
HSL color Cylindrical-coordinate representation of color #DCCBEA: hue angle of 272.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCBEA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 203 | 234 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.08 |
| HSL | 272.9º | 0.42% | 0.86% | - |
| HSV(B) | 272.9º | 0.13% | 0.92% | - |
| XYZ | 65.72 | 63.87 | 86.71 | - |
| YUV | 211.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 234 | 0.06 | 0.13 | 0 | 0.08 | 272.9 | 0.42 | 0.86 |
| Hex | DC | CB | EA | 6 | D | 0 | 8 | 111 | 2A | 56 |
| Octal | 334 | 313 | 352 | 6 | 15 | 0 | 10 | 421 | 52 | 126 |
| Binary | 11011100 | 11001011 | 11101010 | 110 | 1101 | 0 | 1000 | 100010001 | 101010 | 1010110 |
Color Harmonies of #DCCBEA
Complementary color
Monochromatic Colors of #DCCBEA
Black with #DCCBEA
Text Example
Text Example
White with #DCCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBEA; }
p { color: rgb(220,203,234); }
H1.HeaderClassName
{
color: #DCCBEA;
}
.AnyTagClassName
{
color: #DCCBEA;
}
</style>
background-color css
<style>
a { background-color: #DCCBEA; }
a { background-color: rgb(220,203,234); }
div.DivClassName
{
background-color: #DCCBEA;
}
.BgClassName
{
background-color: #DCCBEA;
}
</style>
border-color css
<style>
span { border-color: #DCCBEA; }
span { border-color: rgb(220,203,234); }
td.TdClassName
{
border-color: #DCCBEA;
}
.TagClassName
{
border-color: #DCCBEA;
}
</style>