Shades of Fog #DCC4FE
Tints of Fog #DCC4FE
RGB
CMYK
RGB Variations
Color information
#DCC4FE (or 0xDCC4FE) is known color: Fog. HEX triplet: DC, C4 and FE. RGB value is (220,196,254). Sum of RGB (Red+Green+Blue) = 220+196+254=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4FE is #233B01. Grayscale: #D1D1D1. Windows color (decimal): -2308866 or 16696540. OLE color: 16696540.
HSL color Cylindrical-coordinate representation of color #DCC4FE: hue angle of 264.83º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC4FE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 196 | 254 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.00 |
| HSL | 264.83º | 0.97% | 0.88% | - |
| HSV(B) | 264.83º | 0.23% | 1% | - |
| XYZ | 67.14 | 61.85 | 102.17 | - |
| YUV | 209.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 254 | 0.13 | 0.23 | 0 | 0.00 | 264.83 | 0.97 | 0.88 |
| Hex | DC | C4 | FE | D | 17 | 0 | 0 | 109 | 61 | 58 |
| Octal | 334 | 304 | 376 | 15 | 27 | 0 | 0 | 411 | 141 | 130 |
| Binary | 11011100 | 11000100 | 11111110 | 1101 | 10111 | 0 | 0 | 100001001 | 1100001 | 1011000 |
Color Harmonies of #DCC4FE
Complementary color
Monochromatic Colors of #DCC4FE
Black with #DCC4FE
Text Example
Text Example
White with #DCC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4FE; }
p { color: rgb(220,196,254); }
H1.HeaderClassName
{
color: #DCC4FE;
}
.AnyTagClassName
{
color: #DCC4FE;
}
</style>
background-color css
<style>
a { background-color: #DCC4FE; }
a { background-color: rgb(220,196,254); }
div.DivClassName
{
background-color: #DCC4FE;
}
.BgClassName
{
background-color: #DCC4FE;
}
</style>
border-color css
<style>
span { border-color: #DCC4FE; }
span { border-color: rgb(220,196,254); }
td.TdClassName
{
border-color: #DCC4FE;
}
.TagClassName
{
border-color: #DCC4FE;
}
</style>