Shades of Fog #DCCBF9
Tints of Fog #DCCBF9
RGB
CMYK
RGB Variations
Color information
#DCCBF9 (or 0xDCCBF9) is known color: Fog. HEX triplet: DC, CB and F9. RGB value is (220,203,249). Sum of RGB (Red+Green+Blue) = 220+203+249=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF9 is #233406. Grayscale: #D5D5D5. Windows color (decimal): -2307079 or 16370652. OLE color: 16370652.
HSL color Cylindrical-coordinate representation of color #DCCBF9: hue angle of 262.17º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCBF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 203 | 249 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 262.17º | 0.79% | 0.89% | - |
| HSV(B) | 262.17º | 0.18% | 0.98% | - |
| XYZ | 67.97 | 64.77 | 98.54 | - |
| YUV | 213.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 249 | 0.12 | 0.18 | 0 | 0.02 | 262.17 | 0.79 | 0.89 |
| Hex | DC | CB | F9 | C | 12 | 0 | 2 | 106 | 4F | 59 |
| Octal | 334 | 313 | 371 | 14 | 22 | 0 | 2 | 406 | 117 | 131 |
| Binary | 11011100 | 11001011 | 11111001 | 1100 | 10010 | 0 | 10 | 100000110 | 1001111 | 1011001 |
Color Harmonies of #DCCBF9
Complementary color
Monochromatic Colors of #DCCBF9
Black with #DCCBF9
Text Example
Text Example
White with #DCCBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBF9; }
p { color: rgb(220,203,249); }
H1.HeaderClassName
{
color: #DCCBF9;
}
.AnyTagClassName
{
color: #DCCBF9;
}
</style>
background-color css
<style>
a { background-color: #DCCBF9; }
a { background-color: rgb(220,203,249); }
div.DivClassName
{
background-color: #DCCBF9;
}
.BgClassName
{
background-color: #DCCBF9;
}
</style>
border-color css
<style>
span { border-color: #DCCBF9; }
span { border-color: rgb(220,203,249); }
td.TdClassName
{
border-color: #DCCBF9;
}
.TagClassName
{
border-color: #DCCBF9;
}
</style>