Shades of Fog #DCC7F7
Tints of Fog #DCC7F7
RGB
CMYK
RGB Variations
Color information
#DCC7F7 (or 0xDCC7F7) is known color: Fog. HEX triplet: DC, C7 and F7. RGB value is (220,199,247). Sum of RGB (Red+Green+Blue) = 220+199+247=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCC7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7F7 is #233808. Grayscale: #D2D2D2. Windows color (decimal): -2308105 or 16238556. OLE color: 16238556.
HSL color Cylindrical-coordinate representation of color #DCC7F7: hue angle of 266.25º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC7F7 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 199 | 247 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.03 |
| HSL | 266.25º | 0.75% | 0.87% | - |
| HSV(B) | 266.25º | 0.19% | 0.97% | - |
| XYZ | 66.73 | 62.78 | 96.6 | - |
| YUV | 210.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 247 | 0.11 | 0.19 | 0 | 0.03 | 266.25 | 0.75 | 0.87 |
| Hex | DC | C7 | F7 | B | 13 | 0 | 3 | 10A | 4B | 57 |
| Octal | 334 | 307 | 367 | 13 | 23 | 0 | 3 | 412 | 113 | 127 |
| Binary | 11011100 | 11000111 | 11110111 | 1011 | 10011 | 0 | 11 | 100001010 | 1001011 | 1010111 |
Color Harmonies of #DCC7F7
Complementary color
Monochromatic Colors of #DCC7F7
Black with #DCC7F7
Text Example
Text Example
White with #DCC7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7F7; }
p { color: rgb(220,199,247); }
H1.HeaderClassName
{
color: #DCC7F7;
}
.AnyTagClassName
{
color: #DCC7F7;
}
</style>
background-color css
<style>
a { background-color: #DCC7F7; }
a { background-color: rgb(220,199,247); }
div.DivClassName
{
background-color: #DCC7F7;
}
.BgClassName
{
background-color: #DCC7F7;
}
</style>
border-color css
<style>
span { border-color: #DCC7F7; }
span { border-color: rgb(220,199,247); }
td.TdClassName
{
border-color: #DCC7F7;
}
.TagClassName
{
border-color: #DCC7F7;
}
</style>