Shades of Fog #DCCBE9
Tints of Fog #DCCBE9
RGB
CMYK
RGB Variations
Color information
#DCCBE9 (or 0xDCCBE9) is known color: Fog. HEX triplet: DC, CB and E9. RGB value is (220,203,233). Sum of RGB (Red+Green+Blue) = 220+203+233=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBE9 is #233416. Grayscale: #D3D3D3. Windows color (decimal): -2307095 or 15322076. OLE color: 15322076.
HSL color Cylindrical-coordinate representation of color #DCCBE9: hue angle of 274º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCBE9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 203 | 233 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.09 |
| HSL | 274º | 0.41% | 0.85% | - |
| HSV(B) | 274º | 0.13% | 0.91% | - |
| XYZ | 65.58 | 63.81 | 85.95 | - |
| YUV | 211.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 233 | 0.06 | 0.13 | 0 | 0.09 | 274 | 0.41 | 0.85 |
| Hex | DC | CB | E9 | 6 | D | 0 | 9 | 112 | 29 | 55 |
| Octal | 334 | 313 | 351 | 6 | 15 | 0 | 11 | 422 | 51 | 125 |
| Binary | 11011100 | 11001011 | 11101001 | 110 | 1101 | 0 | 1001 | 100010010 | 101001 | 1010101 |
Color Harmonies of #DCCBE9
Complementary color
Monochromatic Colors of #DCCBE9
Black with #DCCBE9
Text Example
Text Example
White with #DCCBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBE9; }
p { color: rgb(220,203,233); }
H1.HeaderClassName
{
color: #DCCBE9;
}
.AnyTagClassName
{
color: #DCCBE9;
}
</style>
background-color css
<style>
a { background-color: #DCCBE9; }
a { background-color: rgb(220,203,233); }
div.DivClassName
{
background-color: #DCCBE9;
}
.BgClassName
{
background-color: #DCCBE9;
}
</style>
border-color css
<style>
span { border-color: #DCCBE9; }
span { border-color: rgb(220,203,233); }
td.TdClassName
{
border-color: #DCCBE9;
}
.TagClassName
{
border-color: #DCCBE9;
}
</style>