Shades of Fog #DCCBFA
Tints of Fog #DCCBFA
RGB
CMYK
RGB Variations
Color information
#DCCBFA (or 0xDCCBFA) is known color: Fog. HEX triplet: DC, CB and FA. RGB value is (220,203,250). Sum of RGB (Red+Green+Blue) = 220+203+250=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBFA is #233405. Grayscale: #D5D5D5. Windows color (decimal): -2307078 or 16436188. OLE color: 16436188.
HSL color Cylindrical-coordinate representation of color #DCCBFA: hue angle of 261.7º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCBFA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 203 | 250 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.02 |
| HSL | 261.7º | 0.82% | 0.89% | - |
| HSV(B) | 261.7º | 0.19% | 0.98% | - |
| XYZ | 68.13 | 64.83 | 99.37 | - |
| YUV | 213.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 250 | 0.12 | 0.19 | 0 | 0.02 | 261.7 | 0.82 | 0.89 |
| Hex | DC | CB | FA | C | 13 | 0 | 2 | 106 | 52 | 59 |
| Octal | 334 | 313 | 372 | 14 | 23 | 0 | 2 | 406 | 122 | 131 |
| Binary | 11011100 | 11001011 | 11111010 | 1100 | 10011 | 0 | 10 | 100000110 | 1010010 | 1011001 |
Color Harmonies of #DCCBFA
Complementary color
Monochromatic Colors of #DCCBFA
Black with #DCCBFA
Text Example
Text Example
White with #DCCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBFA; }
p { color: rgb(220,203,250); }
H1.HeaderClassName
{
color: #DCCBFA;
}
.AnyTagClassName
{
color: #DCCBFA;
}
</style>
background-color css
<style>
a { background-color: #DCCBFA; }
a { background-color: rgb(220,203,250); }
div.DivClassName
{
background-color: #DCCBFA;
}
.BgClassName
{
background-color: #DCCBFA;
}
</style>
border-color css
<style>
span { border-color: #DCCBFA; }
span { border-color: rgb(220,203,250); }
td.TdClassName
{
border-color: #DCCBFA;
}
.TagClassName
{
border-color: #DCCBFA;
}
</style>