Shades of Fog #DCCCF9
Tints of Fog #DCCCF9
RGB
CMYK
RGB Variations
Color information
#DCCCF9 (or 0xDCCCF9) is known color: Fog. HEX triplet: DC, CC and F9. RGB value is (220,204,249). Sum of RGB (Red+Green+Blue) = 220+204+249=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCF9 is #233306. Grayscale: #D5D5D5. Windows color (decimal): -2306823 or 16370908. OLE color: 16370908.
HSL color Cylindrical-coordinate representation of color #DCCCF9: hue angle of 261.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCCF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 204 | 249 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 261.33º | 0.79% | 0.89% | - |
| HSV(B) | 261.33º | 0.18% | 0.98% | - |
| XYZ | 68.21 | 65.24 | 98.62 | - |
| YUV | 213.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 249 | 0.12 | 0.18 | 0 | 0.02 | 261.33 | 0.79 | 0.89 |
| Hex | DC | CC | F9 | C | 12 | 0 | 2 | 105 | 4F | 59 |
| Octal | 334 | 314 | 371 | 14 | 22 | 0 | 2 | 405 | 117 | 131 |
| Binary | 11011100 | 11001100 | 11111001 | 1100 | 10010 | 0 | 10 | 100000101 | 1001111 | 1011001 |
Color Harmonies of #DCCCF9
Complementary color
Monochromatic Colors of #DCCCF9
Black with #DCCCF9
Text Example
Text Example
White with #DCCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCF9; }
p { color: rgb(220,204,249); }
H1.HeaderClassName
{
color: #DCCCF9;
}
.AnyTagClassName
{
color: #DCCCF9;
}
</style>
background-color css
<style>
a { background-color: #DCCCF9; }
a { background-color: rgb(220,204,249); }
div.DivClassName
{
background-color: #DCCCF9;
}
.BgClassName
{
background-color: #DCCCF9;
}
</style>
border-color css
<style>
span { border-color: #DCCCF9; }
span { border-color: rgb(220,204,249); }
td.TdClassName
{
border-color: #DCCCF9;
}
.TagClassName
{
border-color: #DCCCF9;
}
</style>