Shades of Fog #DCCBF1
Tints of Fog #DCCBF1
RGB
CMYK
RGB Variations
Color information
#DCCBF1 (or 0xDCCBF1) is known color: Fog. HEX triplet: DC, CB and F1. RGB value is (220,203,241). Sum of RGB (Red+Green+Blue) = 220+203+241=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF1 is #23340E. Grayscale: #D4D4D4. Windows color (decimal): -2307087 or 15846364. OLE color: 15846364.
HSL color Cylindrical-coordinate representation of color #DCCBF1: hue angle of 266.84º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCBF1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 203 | 241 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.05 |
| HSL | 266.84º | 0.58% | 0.87% | - |
| HSV(B) | 266.84º | 0.16% | 0.95% | - |
| XYZ | 66.75 | 64.28 | 92.11 | - |
| YUV | 212.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 241 | 0.09 | 0.16 | 0 | 0.05 | 266.84 | 0.58 | 0.87 |
| Hex | DC | CB | F1 | 9 | 10 | 0 | 5 | 10B | 3A | 57 |
| Octal | 334 | 313 | 361 | 11 | 20 | 0 | 5 | 413 | 72 | 127 |
| Binary | 11011100 | 11001011 | 11110001 | 1001 | 10000 | 0 | 101 | 100001011 | 111010 | 1010111 |
Color Harmonies of #DCCBF1
Complementary color
Monochromatic Colors of #DCCBF1
Black with #DCCBF1
Text Example
Text Example
White with #DCCBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBF1; }
p { color: rgb(220,203,241); }
H1.HeaderClassName
{
color: #DCCBF1;
}
.AnyTagClassName
{
color: #DCCBF1;
}
</style>
background-color css
<style>
a { background-color: #DCCBF1; }
a { background-color: rgb(220,203,241); }
div.DivClassName
{
background-color: #DCCBF1;
}
.BgClassName
{
background-color: #DCCBF1;
}
</style>
border-color css
<style>
span { border-color: #DCCBF1; }
span { border-color: rgb(220,203,241); }
td.TdClassName
{
border-color: #DCCBF1;
}
.TagClassName
{
border-color: #DCCBF1;
}
</style>