Shades of Fog #DCCAF6
Tints of Fog #DCCAF6
RGB
CMYK
RGB Variations
Color information
#DCCAF6 (or 0xDCCAF6) is known color: Fog. HEX triplet: DC, CA and F6. RGB value is (220,202,246). Sum of RGB (Red+Green+Blue) = 220+202+246=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCCAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF6 is #233509. Grayscale: #D4D4D4. Windows color (decimal): -2307338 or 16173788. OLE color: 16173788.
HSL color Cylindrical-coordinate representation of color #DCCAF6: hue angle of 264.55º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCAF6 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 202 | 246 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.04 |
| HSL | 264.55º | 0.71% | 0.88% | - |
| HSV(B) | 264.55º | 0.18% | 0.96% | - |
| XYZ | 67.27 | 64.11 | 96.02 | - |
| YUV | 212.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 246 | 0.11 | 0.18 | 0 | 0.04 | 264.55 | 0.71 | 0.88 |
| Hex | DC | CA | F6 | B | 12 | 0 | 4 | 109 | 47 | 58 |
| Octal | 334 | 312 | 366 | 13 | 22 | 0 | 4 | 411 | 107 | 130 |
| Binary | 11011100 | 11001010 | 11110110 | 1011 | 10010 | 0 | 100 | 100001001 | 1000111 | 1011000 |
Color Harmonies of #DCCAF6
Complementary color
Monochromatic Colors of #DCCAF6
Black with #DCCAF6
Text Example
Text Example
White with #DCCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAF6; }
p { color: rgb(220,202,246); }
H1.HeaderClassName
{
color: #DCCAF6;
}
.AnyTagClassName
{
color: #DCCAF6;
}
</style>
background-color css
<style>
a { background-color: #DCCAF6; }
a { background-color: rgb(220,202,246); }
div.DivClassName
{
background-color: #DCCAF6;
}
.BgClassName
{
background-color: #DCCAF6;
}
</style>
border-color css
<style>
span { border-color: #DCCAF6; }
span { border-color: rgb(220,202,246); }
td.TdClassName
{
border-color: #DCCAF6;
}
.TagClassName
{
border-color: #DCCAF6;
}
</style>