Shades of Fog #DCC7F9
Tints of Fog #DCC7F9
RGB
CMYK
RGB Variations
Color information
#DCC7F9 (or 0xDCC7F9) is known color: Fog. HEX triplet: DC, C7 and F9. RGB value is (220,199,249). Sum of RGB (Red+Green+Blue) = 220+199+249=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7F9 is #233806. Grayscale: #D2D2D2. Windows color (decimal): -2308103 or 16369628. OLE color: 16369628.
HSL color Cylindrical-coordinate representation of color #DCC7F9: hue angle of 265.2º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC7F9 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 199 | 249 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.02 |
| HSL | 265.2º | 0.81% | 0.88% | - |
| HSV(B) | 265.2º | 0.2% | 0.98% | - |
| XYZ | 67.04 | 62.9 | 98.23 | - |
| YUV | 210.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 249 | 0.12 | 0.20 | 0 | 0.02 | 265.2 | 0.81 | 0.88 |
| Hex | DC | C7 | F9 | C | 14 | 0 | 2 | 109 | 51 | 58 |
| Octal | 334 | 307 | 371 | 14 | 24 | 0 | 2 | 411 | 121 | 130 |
| Binary | 11011100 | 11000111 | 11111001 | 1100 | 10100 | 0 | 10 | 100001001 | 1010001 | 1011000 |
Color Harmonies of #DCC7F9
Complementary color
Monochromatic Colors of #DCC7F9
Black with #DCC7F9
Text Example
Text Example
White with #DCC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7F9; }
p { color: rgb(220,199,249); }
H1.HeaderClassName
{
color: #DCC7F9;
}
.AnyTagClassName
{
color: #DCC7F9;
}
</style>
background-color css
<style>
a { background-color: #DCC7F9; }
a { background-color: rgb(220,199,249); }
div.DivClassName
{
background-color: #DCC7F9;
}
.BgClassName
{
background-color: #DCC7F9;
}
</style>
border-color css
<style>
span { border-color: #DCC7F9; }
span { border-color: rgb(220,199,249); }
td.TdClassName
{
border-color: #DCC7F9;
}
.TagClassName
{
border-color: #DCC7F9;
}
</style>