Shades of Fog #DCC4FA
Tints of Fog #DCC4FA
RGB
CMYK
RGB Variations
Color information
#DCC4FA (or 0xDCC4FA) is known color: Fog. HEX triplet: DC, C4 and FA. RGB value is (220,196,250). Sum of RGB (Red+Green+Blue) = 220+196+250=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4FA is #233B05. Grayscale: #D1D1D1. Windows color (decimal): -2308870 or 16434396. OLE color: 16434396.
HSL color Cylindrical-coordinate representation of color #DCC4FA: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC4FA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 196 | 250 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.02 |
| HSL | 266.67º | 0.84% | 0.87% | - |
| HSV(B) | 266.67º | 0.22% | 0.98% | - |
| XYZ | 66.51 | 61.6 | 98.83 | - |
| YUV | 209.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 250 | 0.12 | 0.22 | 0 | 0.02 | 266.67 | 0.84 | 0.87 |
| Hex | DC | C4 | FA | C | 16 | 0 | 2 | 10B | 54 | 57 |
| Octal | 334 | 304 | 372 | 14 | 26 | 0 | 2 | 413 | 124 | 127 |
| Binary | 11011100 | 11000100 | 11111010 | 1100 | 10110 | 0 | 10 | 100001011 | 1010100 | 1010111 |
Color Harmonies of #DCC4FA
Complementary color
Monochromatic Colors of #DCC4FA
Black with #DCC4FA
Text Example
Text Example
White with #DCC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4FA; }
p { color: rgb(220,196,250); }
H1.HeaderClassName
{
color: #DCC4FA;
}
.AnyTagClassName
{
color: #DCC4FA;
}
</style>
background-color css
<style>
a { background-color: #DCC4FA; }
a { background-color: rgb(220,196,250); }
div.DivClassName
{
background-color: #DCC4FA;
}
.BgClassName
{
background-color: #DCC4FA;
}
</style>
border-color css
<style>
span { border-color: #DCC4FA; }
span { border-color: rgb(220,196,250); }
td.TdClassName
{
border-color: #DCC4FA;
}
.TagClassName
{
border-color: #DCC4FA;
}
</style>