Shades of Fog #DCCAFA
Tints of Fog #DCCAFA
RGB
CMYK
RGB Variations
Color information
#DCCAFA (or 0xDCCAFA) is known color: Fog. HEX triplet: DC, CA and FA. RGB value is (220,202,250). Sum of RGB (Red+Green+Blue) = 220+202+250=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFA is #233505. Grayscale: #D4D4D4. Windows color (decimal): -2307334 or 16435932. OLE color: 16435932.
HSL color Cylindrical-coordinate representation of color #DCCAFA: hue angle of 262.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCAFA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 202 | 250 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.02 |
| HSL | 262.5º | 0.83% | 0.89% | - |
| HSV(B) | 262.5º | 0.19% | 0.98% | - |
| XYZ | 67.89 | 64.36 | 99.29 | - |
| YUV | 212.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 250 | 0.12 | 0.19 | 0 | 0.02 | 262.5 | 0.83 | 0.89 |
| Hex | DC | CA | FA | C | 13 | 0 | 2 | 106 | 53 | 59 |
| Octal | 334 | 312 | 372 | 14 | 23 | 0 | 2 | 406 | 123 | 131 |
| Binary | 11011100 | 11001010 | 11111010 | 1100 | 10011 | 0 | 10 | 100000110 | 1010011 | 1011001 |
Color Harmonies of #DCCAFA
Complementary color
Monochromatic Colors of #DCCAFA
Black with #DCCAFA
Text Example
Text Example
White with #DCCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAFA; }
p { color: rgb(220,202,250); }
H1.HeaderClassName
{
color: #DCCAFA;
}
.AnyTagClassName
{
color: #DCCAFA;
}
</style>
background-color css
<style>
a { background-color: #DCCAFA; }
a { background-color: rgb(220,202,250); }
div.DivClassName
{
background-color: #DCCAFA;
}
.BgClassName
{
background-color: #DCCAFA;
}
</style>
border-color css
<style>
span { border-color: #DCCAFA; }
span { border-color: rgb(220,202,250); }
td.TdClassName
{
border-color: #DCCAFA;
}
.TagClassName
{
border-color: #DCCAFA;
}
</style>