Shades of Fog #DCC2F3
Tints of Fog #DCC2F3
RGB
CMYK
RGB Variations
Color information
#DCC2F3 (or 0xDCC2F3) is known color: Fog. HEX triplet: DC, C2 and F3. RGB value is (220,194,243). Sum of RGB (Red+Green+Blue) = 220+194+243=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2F3 is #233D0C. Grayscale: #CFCFCF. Windows color (decimal): -2309389 or 15975132. OLE color: 15975132.
HSL color Cylindrical-coordinate representation of color #DCC2F3: hue angle of 271.84º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC2F3 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 194 | 243 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.05 |
| HSL | 271.84º | 0.67% | 0.86% | - |
| HSV(B) | 271.84º | 0.2% | 0.95% | - |
| XYZ | 64.98 | 60.27 | 93 | - |
| YUV | 207.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 243 | 0.09 | 0.20 | 0 | 0.05 | 271.84 | 0.67 | 0.86 |
| Hex | DC | C2 | F3 | 9 | 14 | 0 | 5 | 110 | 43 | 56 |
| Octal | 334 | 302 | 363 | 11 | 24 | 0 | 5 | 420 | 103 | 126 |
| Binary | 11011100 | 11000010 | 11110011 | 1001 | 10100 | 0 | 101 | 100010000 | 1000011 | 1010110 |
Color Harmonies of #DCC2F3
Complementary color
Monochromatic Colors of #DCC2F3
Black with #DCC2F3
Text Example
Text Example
White with #DCC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2F3; }
p { color: rgb(220,194,243); }
H1.HeaderClassName
{
color: #DCC2F3;
}
.AnyTagClassName
{
color: #DCC2F3;
}
</style>
background-color css
<style>
a { background-color: #DCC2F3; }
a { background-color: rgb(220,194,243); }
div.DivClassName
{
background-color: #DCC2F3;
}
.BgClassName
{
background-color: #DCC2F3;
}
</style>
border-color css
<style>
span { border-color: #DCC2F3; }
span { border-color: rgb(220,194,243); }
td.TdClassName
{
border-color: #DCC2F3;
}
.TagClassName
{
border-color: #DCC2F3;
}
</style>