Shades of Fog #DCC2FE
Tints of Fog #DCC2FE
RGB
CMYK
RGB Variations
Color information
#DCC2FE (or 0xDCC2FE) is known color: Fog. HEX triplet: DC, C2 and FE. RGB value is (220,194,254). Sum of RGB (Red+Green+Blue) = 220+194+254=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2FE is #233D01. Grayscale: #D0D0D0. Windows color (decimal): -2309378 or 16696028. OLE color: 16696028.
HSL color Cylindrical-coordinate representation of color #DCC2FE: hue angle of 266º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC2FE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 194 | 254 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.00 |
| HSL | 266º | 0.97% | 0.88% | - |
| HSV(B) | 266º | 0.24% | 1% | - |
| XYZ | 66.7 | 60.95 | 102.02 | - |
| YUV | 208.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 254 | 0.13 | 0.24 | 0 | 0.00 | 266 | 0.97 | 0.88 |
| Hex | DC | C2 | FE | D | 18 | 0 | 0 | 10A | 61 | 58 |
| Octal | 334 | 302 | 376 | 15 | 30 | 0 | 0 | 412 | 141 | 130 |
| Binary | 11011100 | 11000010 | 11111110 | 1101 | 11000 | 0 | 0 | 100001010 | 1100001 | 1011000 |
Color Harmonies of #DCC2FE
Complementary color
Monochromatic Colors of #DCC2FE
Black with #DCC2FE
Text Example
Text Example
White with #DCC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2FE; }
p { color: rgb(220,194,254); }
H1.HeaderClassName
{
color: #DCC2FE;
}
.AnyTagClassName
{
color: #DCC2FE;
}
</style>
background-color css
<style>
a { background-color: #DCC2FE; }
a { background-color: rgb(220,194,254); }
div.DivClassName
{
background-color: #DCC2FE;
}
.BgClassName
{
background-color: #DCC2FE;
}
</style>
border-color css
<style>
span { border-color: #DCC2FE; }
span { border-color: rgb(220,194,254); }
td.TdClassName
{
border-color: #DCC2FE;
}
.TagClassName
{
border-color: #DCC2FE;
}
</style>