Shades of Fog #DCC2F7
Tints of Fog #DCC2F7
RGB
CMYK
RGB Variations
Color information
#DCC2F7 (or 0xDCC2F7) is known color: Fog. HEX triplet: DC, C2 and F7. RGB value is (220,194,247). Sum of RGB (Red+Green+Blue) = 220+194+247=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2F7 is #233D08. Grayscale: #CFCFCF. Windows color (decimal): -2309385 or 16237276. OLE color: 16237276.
HSL color Cylindrical-coordinate representation of color #DCC2F7: hue angle of 269.43º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC2F7 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 194 | 247 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.03 |
| HSL | 269.43º | 0.77% | 0.86% | - |
| HSV(B) | 269.43º | 0.21% | 0.97% | - |
| XYZ | 65.6 | 60.51 | 96.22 | - |
| YUV | 207.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 247 | 0.11 | 0.21 | 0 | 0.03 | 269.43 | 0.77 | 0.86 |
| Hex | DC | C2 | F7 | B | 15 | 0 | 3 | 10D | 4D | 56 |
| Octal | 334 | 302 | 367 | 13 | 25 | 0 | 3 | 415 | 115 | 126 |
| Binary | 11011100 | 11000010 | 11110111 | 1011 | 10101 | 0 | 11 | 100001101 | 1001101 | 1010110 |
Color Harmonies of #DCC2F7
Complementary color
Monochromatic Colors of #DCC2F7
Black with #DCC2F7
Text Example
Text Example
White with #DCC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2F7; }
p { color: rgb(220,194,247); }
H1.HeaderClassName
{
color: #DCC2F7;
}
.AnyTagClassName
{
color: #DCC2F7;
}
</style>
background-color css
<style>
a { background-color: #DCC2F7; }
a { background-color: rgb(220,194,247); }
div.DivClassName
{
background-color: #DCC2F7;
}
.BgClassName
{
background-color: #DCC2F7;
}
</style>
border-color css
<style>
span { border-color: #DCC2F7; }
span { border-color: rgb(220,194,247); }
td.TdClassName
{
border-color: #DCC2F7;
}
.TagClassName
{
border-color: #DCC2F7;
}
</style>