Shades of Fog #DCCAF7
Tints of Fog #DCCAF7
RGB
CMYK
RGB Variations
Color information
#DCCAF7 (or 0xDCCAF7) is known color: Fog. HEX triplet: DC, CA and F7. RGB value is (220,202,247). Sum of RGB (Red+Green+Blue) = 220+202+247=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF7 is #233508. Grayscale: #D4D4D4. Windows color (decimal): -2307337 or 16239324. OLE color: 16239324.
HSL color Cylindrical-coordinate representation of color #DCCAF7: hue angle of 264º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCAF7 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 202 | 247 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.03 |
| HSL | 264º | 0.74% | 0.88% | - |
| HSV(B) | 264º | 0.18% | 0.97% | - |
| XYZ | 67.42 | 64.17 | 96.83 | - |
| YUV | 212.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 247 | 0.11 | 0.18 | 0 | 0.03 | 264 | 0.74 | 0.88 |
| Hex | DC | CA | F7 | B | 12 | 0 | 3 | 108 | 4A | 58 |
| Octal | 334 | 312 | 367 | 13 | 22 | 0 | 3 | 410 | 112 | 130 |
| Binary | 11011100 | 11001010 | 11110111 | 1011 | 10010 | 0 | 11 | 100001000 | 1001010 | 1011000 |
Color Harmonies of #DCCAF7
Complementary color
Monochromatic Colors of #DCCAF7
Black with #DCCAF7
Text Example
Text Example
White with #DCCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAF7; }
p { color: rgb(220,202,247); }
H1.HeaderClassName
{
color: #DCCAF7;
}
.AnyTagClassName
{
color: #DCCAF7;
}
</style>
background-color css
<style>
a { background-color: #DCCAF7; }
a { background-color: rgb(220,202,247); }
div.DivClassName
{
background-color: #DCCAF7;
}
.BgClassName
{
background-color: #DCCAF7;
}
</style>
border-color css
<style>
span { border-color: #DCCAF7; }
span { border-color: rgb(220,202,247); }
td.TdClassName
{
border-color: #DCCAF7;
}
.TagClassName
{
border-color: #DCCAF7;
}
</style>