Shades of Fog #DCC2F0
Tints of Fog #DCC2F0
RGB
CMYK
RGB Variations
Color information
#DCC2F0 (or 0xDCC2F0) is known color: Fog. HEX triplet: DC, C2 and F0. RGB value is (220,194,240). Sum of RGB (Red+Green+Blue) = 220+194+240=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2F0 is #233D0F. Grayscale: #CECECE. Windows color (decimal): -2309392 or 15778524. OLE color: 15778524.
HSL color Cylindrical-coordinate representation of color #DCC2F0: hue angle of 273.91º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC2F0 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 194 | 240 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.06 |
| HSL | 273.91º | 0.61% | 0.85% | - |
| HSV(B) | 273.91º | 0.19% | 0.94% | - |
| XYZ | 64.54 | 60.09 | 90.64 | - |
| YUV | 207.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 240 | 0.08 | 0.19 | 0 | 0.06 | 273.91 | 0.61 | 0.85 |
| Hex | DC | C2 | F0 | 8 | 13 | 0 | 6 | 112 | 3D | 55 |
| Octal | 334 | 302 | 360 | 10 | 23 | 0 | 6 | 422 | 75 | 125 |
| Binary | 11011100 | 11000010 | 11110000 | 1000 | 10011 | 0 | 110 | 100010010 | 111101 | 1010101 |
Color Harmonies of #DCC2F0
Complementary color
Monochromatic Colors of #DCC2F0
Black with #DCC2F0
Text Example
Text Example
White with #DCC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2F0; }
p { color: rgb(220,194,240); }
H1.HeaderClassName
{
color: #DCC2F0;
}
.AnyTagClassName
{
color: #DCC2F0;
}
</style>
background-color css
<style>
a { background-color: #DCC2F0; }
a { background-color: rgb(220,194,240); }
div.DivClassName
{
background-color: #DCC2F0;
}
.BgClassName
{
background-color: #DCC2F0;
}
</style>
border-color css
<style>
span { border-color: #DCC2F0; }
span { border-color: rgb(220,194,240); }
td.TdClassName
{
border-color: #DCC2F0;
}
.TagClassName
{
border-color: #DCC2F0;
}
</style>