Shades of Fog #DCCAF5
Tints of Fog #DCCAF5
RGB
CMYK
RGB Variations
Color information
#DCCAF5 (or 0xDCCAF5) is known color: Fog. HEX triplet: DC, CA and F5. RGB value is (220,202,245). Sum of RGB (Red+Green+Blue) = 220+202+245=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF5 is #23350A. Grayscale: #D4D4D4. Windows color (decimal): -2307339 or 16108252. OLE color: 16108252.
HSL color Cylindrical-coordinate representation of color #DCCAF5: hue angle of 265.12º degrees, saturation: 0.68, 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 #DCCAF5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 202 | 245 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.04 |
| HSL | 265.12º | 0.68% | 0.88% | - |
| HSV(B) | 265.12º | 0.18% | 0.96% | - |
| XYZ | 67.12 | 64.05 | 95.21 | - |
| YUV | 212.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 245 | 0.10 | 0.18 | 0 | 0.04 | 265.12 | 0.68 | 0.88 |
| Hex | DC | CA | F5 | A | 12 | 0 | 4 | 109 | 44 | 58 |
| Octal | 334 | 312 | 365 | 12 | 22 | 0 | 4 | 411 | 104 | 130 |
| Binary | 11011100 | 11001010 | 11110101 | 1010 | 10010 | 0 | 100 | 100001001 | 1000100 | 1011000 |
Color Harmonies of #DCCAF5
Complementary color
Monochromatic Colors of #DCCAF5
Black with #DCCAF5
Text Example
Text Example
White with #DCCAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAF5; }
p { color: rgb(220,202,245); }
H1.HeaderClassName
{
color: #DCCAF5;
}
.AnyTagClassName
{
color: #DCCAF5;
}
</style>
background-color css
<style>
a { background-color: #DCCAF5; }
a { background-color: rgb(220,202,245); }
div.DivClassName
{
background-color: #DCCAF5;
}
.BgClassName
{
background-color: #DCCAF5;
}
</style>
border-color css
<style>
span { border-color: #DCCAF5; }
span { border-color: rgb(220,202,245); }
td.TdClassName
{
border-color: #DCCAF5;
}
.TagClassName
{
border-color: #DCCAF5;
}
</style>