Shades of Fog #DCCAFC
Tints of Fog #DCCAFC
RGB
CMYK
RGB Variations
Color information
#DCCAFC (or 0xDCCAFC) is known color: Fog. HEX triplet: DC, CA and FC. RGB value is (220,202,252). Sum of RGB (Red+Green+Blue) = 220+202+252=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFC is #233503. Grayscale: #D4D4D4. Windows color (decimal): -2307332 or 16567004. OLE color: 16567004.
HSL color Cylindrical-coordinate representation of color #DCCAFC: hue angle of 261.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCAFC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 202 | 252 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.01 |
| HSL | 261.6º | 0.89% | 0.89% | - |
| HSV(B) | 261.6º | 0.2% | 0.99% | - |
| XYZ | 68.21 | 64.48 | 100.95 | - |
| YUV | 213.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 252 | 0.13 | 0.20 | 0 | 0.01 | 261.6 | 0.89 | 0.89 |
| Hex | DC | CA | FC | D | 14 | 0 | 1 | 106 | 59 | 59 |
| Octal | 334 | 312 | 374 | 15 | 24 | 0 | 1 | 406 | 131 | 131 |
| Binary | 11011100 | 11001010 | 11111100 | 1101 | 10100 | 0 | 1 | 100000110 | 1011001 | 1011001 |
Color Harmonies of #DCCAFC
Complementary color
Monochromatic Colors of #DCCAFC
Black with #DCCAFC
Text Example
Text Example
White with #DCCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAFC; }
p { color: rgb(220,202,252); }
H1.HeaderClassName
{
color: #DCCAFC;
}
.AnyTagClassName
{
color: #DCCAFC;
}
</style>
background-color css
<style>
a { background-color: #DCCAFC; }
a { background-color: rgb(220,202,252); }
div.DivClassName
{
background-color: #DCCAFC;
}
.BgClassName
{
background-color: #DCCAFC;
}
</style>
border-color css
<style>
span { border-color: #DCCAFC; }
span { border-color: rgb(220,202,252); }
td.TdClassName
{
border-color: #DCCAFC;
}
.TagClassName
{
border-color: #DCCAFC;
}
</style>