Shades of Fog #DCCAF9
Tints of Fog #DCCAF9
RGB
CMYK
RGB Variations
Color information
#DCCAF9 (or 0xDCCAF9) is known color: Fog. HEX triplet: DC, CA and F9. RGB value is (220,202,249). Sum of RGB (Red+Green+Blue) = 220+202+249=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF9 is #233506. Grayscale: #D4D4D4. Windows color (decimal): -2307335 or 16370396. OLE color: 16370396.
HSL color Cylindrical-coordinate representation of color #DCCAF9: hue angle of 262.98º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCAF9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 202 | 249 | - |
CMYK | 0.12 | 0.19 | 0 | 0.02 |
HSL | 262.98º | 0.8% | 0.88% | - |
HSV(B) | 262.98º | 0.19% | 0.98% | - |
XYZ | 67.73 | 64.3 | 98.46 | - |
YUV | 212.74 | 148.46 | 133.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 249 | 0.12 | 0.19 | 0 | 0.02 | 262.98 | 0.8 | 0.88 |
Hex | DC | CA | F9 | C | 13 | 0 | 2 | 107 | 50 | 58 |
Octal | 334 | 312 | 371 | 14 | 23 | 0 | 2 | 407 | 120 | 130 |
Binary | 11011100 | 11001010 | 11111001 | 1100 | 10011 | 0 | 10 | 100000111 | 1010000 | 1011000 |
Color Harmonies of #DCCAF9
Complementary color
Monochromatic Colors of #DCCAF9
Black with #DCCAF9
Text Example
Text Example
White with #DCCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAF9; }
p { color: rgb(220,202,249); }
H1.HeaderClassName
{
color: #DCCAF9;
}
.AnyTagClassName
{
color: #DCCAF9;
}
</style>
background-color css
<style>
a { background-color: #DCCAF9; }
a { background-color: rgb(220,202,249); }
div.DivClassName
{
background-color: #DCCAF9;
}
.BgClassName
{
background-color: #DCCAF9;
}
</style>
border-color css
<style>
span { border-color: #DCCAF9; }
span { border-color: rgb(220,202,249); }
td.TdClassName
{
border-color: #DCCAF9;
}
.TagClassName
{
border-color: #DCCAF9;
}
</style>