Shades of Fog #DCCBF7
Tints of Fog #DCCBF7
RGB
CMYK
RGB Variations
Color information
#DCCBF7 (or 0xDCCBF7) is known color: Fog. HEX triplet: DC, CB and F7. RGB value is (220,203,247). Sum of RGB (Red+Green+Blue) = 220+203+247=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCCBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF7 is #233408. Grayscale: #D4D4D4. Windows color (decimal): -2307081 or 16239580. OLE color: 16239580.
HSL color Cylindrical-coordinate representation of color #DCCBF7: hue angle of 263.18º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCBF7 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 203 | 247 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.03 |
| HSL | 263.18º | 0.73% | 0.88% | - |
| HSV(B) | 263.18º | 0.18% | 0.97% | - |
| XYZ | 67.66 | 64.64 | 96.91 | - |
| YUV | 213.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 247 | 0.11 | 0.18 | 0 | 0.03 | 263.18 | 0.73 | 0.88 |
| Hex | DC | CB | F7 | B | 12 | 0 | 3 | 107 | 49 | 58 |
| Octal | 334 | 313 | 367 | 13 | 22 | 0 | 3 | 407 | 111 | 130 |
| Binary | 11011100 | 11001011 | 11110111 | 1011 | 10010 | 0 | 11 | 100000111 | 1001001 | 1011000 |
Color Harmonies of #DCCBF7
Complementary color
Monochromatic Colors of #DCCBF7
Black with #DCCBF7
Text Example
Text Example
White with #DCCBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBF7; }
p { color: rgb(220,203,247); }
H1.HeaderClassName
{
color: #DCCBF7;
}
.AnyTagClassName
{
color: #DCCBF7;
}
</style>
background-color css
<style>
a { background-color: #DCCBF7; }
a { background-color: rgb(220,203,247); }
div.DivClassName
{
background-color: #DCCBF7;
}
.BgClassName
{
background-color: #DCCBF7;
}
</style>
border-color css
<style>
span { border-color: #DCCBF7; }
span { border-color: rgb(220,203,247); }
td.TdClassName
{
border-color: #DCCBF7;
}
.TagClassName
{
border-color: #DCCBF7;
}
</style>