Shades of Fog #DCCCF4
Tints of Fog #DCCCF4
RGB
CMYK
RGB Variations
Color information
#DCCCF4 (or 0xDCCCF4) is known color: Fog. HEX triplet: DC, CC and F4. RGB value is (220,204,244). Sum of RGB (Red+Green+Blue) = 220+204+244=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCCCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF4 is #23330B. Grayscale: #D5D5D5. Windows color (decimal): -2306828 or 16043228. OLE color: 16043228.
HSL color Cylindrical-coordinate representation of color #DCCCF4: hue angle of 264º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCCF4 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 204 | 244 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 264º | 0.65% | 0.88% | - |
| HSV(B) | 264º | 0.16% | 0.96% | - |
| XYZ | 67.44 | 64.93 | 94.57 | - |
| YUV | 213.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 244 | 0.10 | 0.16 | 0 | 0.04 | 264 | 0.65 | 0.88 |
| Hex | DC | CC | F4 | A | 10 | 0 | 4 | 108 | 41 | 58 |
| Octal | 334 | 314 | 364 | 12 | 20 | 0 | 4 | 410 | 101 | 130 |
| Binary | 11011100 | 11001100 | 11110100 | 1010 | 10000 | 0 | 100 | 100001000 | 1000001 | 1011000 |
Color Harmonies of #DCCCF4
Complementary color
Monochromatic Colors of #DCCCF4
Black with #DCCCF4
Text Example
Text Example
White with #DCCCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCF4; }
p { color: rgb(220,204,244); }
H1.HeaderClassName
{
color: #DCCCF4;
}
.AnyTagClassName
{
color: #DCCCF4;
}
</style>
background-color css
<style>
a { background-color: #DCCCF4; }
a { background-color: rgb(220,204,244); }
div.DivClassName
{
background-color: #DCCCF4;
}
.BgClassName
{
background-color: #DCCCF4;
}
</style>
border-color css
<style>
span { border-color: #DCCCF4; }
span { border-color: rgb(220,204,244); }
td.TdClassName
{
border-color: #DCCCF4;
}
.TagClassName
{
border-color: #DCCCF4;
}
</style>