Shades of Fog #DCCCF0
Tints of Fog #DCCCF0
RGB
CMYK
RGB Variations
Color information
#DCCCF0 (or 0xDCCCF0) is known color: Fog. HEX triplet: DC, CC and F0. RGB value is (220,204,240). Sum of RGB (Red+Green+Blue) = 220+204+240=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF0 is #23330F. Grayscale: #D4D4D4. Windows color (decimal): -2306832 or 15781084. OLE color: 15781084.
HSL color Cylindrical-coordinate representation of color #DCCCF0: hue angle of 266.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCCF0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 204 | 240 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.06 |
| HSL | 266.67º | 0.55% | 0.87% | - |
| HSV(B) | 266.67º | 0.15% | 0.94% | - |
| XYZ | 66.84 | 64.69 | 91.4 | - |
| YUV | 212.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 240 | 0.08 | 0.15 | 0 | 0.06 | 266.67 | 0.55 | 0.87 |
| Hex | DC | CC | F0 | 8 | F | 0 | 6 | 10B | 37 | 57 |
| Octal | 334 | 314 | 360 | 10 | 17 | 0 | 6 | 413 | 67 | 127 |
| Binary | 11011100 | 11001100 | 11110000 | 1000 | 1111 | 0 | 110 | 100001011 | 110111 | 1010111 |
Color Harmonies of #DCCCF0
Complementary color
Monochromatic Colors of #DCCCF0
Black with #DCCCF0
Text Example
Text Example
White with #DCCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCF0; }
p { color: rgb(220,204,240); }
H1.HeaderClassName
{
color: #DCCCF0;
}
.AnyTagClassName
{
color: #DCCCF0;
}
</style>
background-color css
<style>
a { background-color: #DCCCF0; }
a { background-color: rgb(220,204,240); }
div.DivClassName
{
background-color: #DCCCF0;
}
.BgClassName
{
background-color: #DCCCF0;
}
</style>
border-color css
<style>
span { border-color: #DCCCF0; }
span { border-color: rgb(220,204,240); }
td.TdClassName
{
border-color: #DCCCF0;
}
.TagClassName
{
border-color: #DCCCF0;
}
</style>