Shades of Fog #DCCCF2
Tints of Fog #DCCCF2
RGB
CMYK
RGB Variations
Color information
#DCCCF2 (or 0xDCCCF2) is known color: Fog. HEX triplet: DC, CC and F2. RGB value is (220,204,242). Sum of RGB (Red+Green+Blue) = 220+204+242=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF2 is #23330D. Grayscale: #D4D4D4. Windows color (decimal): -2306830 or 15912156. OLE color: 15912156.
HSL color Cylindrical-coordinate representation of color #DCCCF2: hue angle of 265.26º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCCF2 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 204 | 242 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.05 |
| HSL | 265.26º | 0.59% | 0.87% | - |
| HSV(B) | 265.26º | 0.16% | 0.95% | - |
| XYZ | 67.14 | 64.81 | 92.98 | - |
| YUV | 213.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 242 | 0.09 | 0.16 | 0 | 0.05 | 265.26 | 0.59 | 0.87 |
| Hex | DC | CC | F2 | 9 | 10 | 0 | 5 | 109 | 3B | 57 |
| Octal | 334 | 314 | 362 | 11 | 20 | 0 | 5 | 411 | 73 | 127 |
| Binary | 11011100 | 11001100 | 11110010 | 1001 | 10000 | 0 | 101 | 100001001 | 111011 | 1010111 |
Color Harmonies of #DCCCF2
Complementary color
Monochromatic Colors of #DCCCF2
Black with #DCCCF2
Text Example
Text Example
White with #DCCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCF2; }
p { color: rgb(220,204,242); }
H1.HeaderClassName
{
color: #DCCCF2;
}
.AnyTagClassName
{
color: #DCCCF2;
}
</style>
background-color css
<style>
a { background-color: #DCCCF2; }
a { background-color: rgb(220,204,242); }
div.DivClassName
{
background-color: #DCCCF2;
}
.BgClassName
{
background-color: #DCCCF2;
}
</style>
border-color css
<style>
span { border-color: #DCCCF2; }
span { border-color: rgb(220,204,242); }
td.TdClassName
{
border-color: #DCCCF2;
}
.TagClassName
{
border-color: #DCCCF2;
}
</style>