Shades of Fog #DCCCFA
Tints of Fog #DCCCFA
RGB
CMYK
RGB Variations
Color information
#DCCCFA (or 0xDCCCFA) is known color: Fog. HEX triplet: DC, CC and FA. RGB value is (220,204,250). Sum of RGB (Red+Green+Blue) = 220+204+250=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCCCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCFA is #233305. Grayscale: #D5D5D5. Windows color (decimal): -2306822 or 16436444. OLE color: 16436444.
HSL color Cylindrical-coordinate representation of color #DCCCFA: hue angle of 260.87º degrees, saturation: 0.82, 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 #DCCCFA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 204 | 250 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 260.87º | 0.82% | 0.89% | - |
| HSV(B) | 260.87º | 0.18% | 0.98% | - |
| XYZ | 68.36 | 65.3 | 99.44 | - |
| YUV | 214.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 250 | 0.12 | 0.18 | 0 | 0.02 | 260.87 | 0.82 | 0.89 |
| Hex | DC | CC | FA | C | 12 | 0 | 2 | 105 | 52 | 59 |
| Octal | 334 | 314 | 372 | 14 | 22 | 0 | 2 | 405 | 122 | 131 |
| Binary | 11011100 | 11001100 | 11111010 | 1100 | 10010 | 0 | 10 | 100000101 | 1010010 | 1011001 |
Color Harmonies of #DCCCFA
Complementary color
Monochromatic Colors of #DCCCFA
Black with #DCCCFA
Text Example
Text Example
White with #DCCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCFA; }
p { color: rgb(220,204,250); }
H1.HeaderClassName
{
color: #DCCCFA;
}
.AnyTagClassName
{
color: #DCCCFA;
}
</style>
background-color css
<style>
a { background-color: #DCCCFA; }
a { background-color: rgb(220,204,250); }
div.DivClassName
{
background-color: #DCCCFA;
}
.BgClassName
{
background-color: #DCCCFA;
}
</style>
border-color css
<style>
span { border-color: #DCCCFA; }
span { border-color: rgb(220,204,250); }
td.TdClassName
{
border-color: #DCCCFA;
}
.TagClassName
{
border-color: #DCCCFA;
}
</style>