Shades of Fog #DCC1FA
Tints of Fog #DCC1FA
RGB
CMYK
RGB Variations
Color information
#DCC1FA (or 0xDCC1FA) is known color: Fog. HEX triplet: DC, C1 and FA. RGB value is (220,193,250). Sum of RGB (Red+Green+Blue) = 220+193+250=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FA is #233E05. Grayscale: #CFCFCF. Windows color (decimal): -2309638 or 16433628. OLE color: 16433628.
HSL color Cylindrical-coordinate representation of color #DCC1FA: hue angle of 268.42º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC1FA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 193 | 250 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.02 |
| HSL | 268.42º | 0.85% | 0.87% | - |
| HSV(B) | 268.42º | 0.23% | 0.98% | - |
| XYZ | 65.84 | 60.26 | 98.6 | - |
| YUV | 207.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 250 | 0.12 | 0.23 | 0 | 0.02 | 268.42 | 0.85 | 0.87 |
| Hex | DC | C1 | FA | C | 17 | 0 | 2 | 10C | 55 | 57 |
| Octal | 334 | 301 | 372 | 14 | 27 | 0 | 2 | 414 | 125 | 127 |
| Binary | 11011100 | 11000001 | 11111010 | 1100 | 10111 | 0 | 10 | 100001100 | 1010101 | 1010111 |
Color Harmonies of #DCC1FA
Complementary color
Monochromatic Colors of #DCC1FA
Black with #DCC1FA
Text Example
Text Example
White with #DCC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1FA; }
p { color: rgb(220,193,250); }
H1.HeaderClassName
{
color: #DCC1FA;
}
.AnyTagClassName
{
color: #DCC1FA;
}
</style>
background-color css
<style>
a { background-color: #DCC1FA; }
a { background-color: rgb(220,193,250); }
div.DivClassName
{
background-color: #DCC1FA;
}
.BgClassName
{
background-color: #DCC1FA;
}
</style>
border-color css
<style>
span { border-color: #DCC1FA; }
span { border-color: rgb(220,193,250); }
td.TdClassName
{
border-color: #DCC1FA;
}
.TagClassName
{
border-color: #DCC1FA;
}
</style>