Shades of Fog #DCC2EF
Tints of Fog #DCC2EF
RGB
CMYK
RGB Variations
Color information
#DCC2EF (or 0xDCC2EF) is known color: Fog. HEX triplet: DC, C2 and EF. RGB value is (220,194,239). Sum of RGB (Red+Green+Blue) = 220+194+239=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2EF is #233D10. Grayscale: #CECECE. Windows color (decimal): -2309393 or 15712988. OLE color: 15712988.
HSL color Cylindrical-coordinate representation of color #DCC2EF: hue angle of 274.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC2EF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 194 | 239 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.06 |
| HSL | 274.67º | 0.58% | 0.85% | - |
| HSV(B) | 274.67º | 0.19% | 0.94% | - |
| XYZ | 64.39 | 60.03 | 89.85 | - |
| YUV | 206.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 239 | 0.08 | 0.19 | 0 | 0.06 | 274.67 | 0.58 | 0.85 |
| Hex | DC | C2 | EF | 8 | 13 | 0 | 6 | 113 | 3A | 55 |
| Octal | 334 | 302 | 357 | 10 | 23 | 0 | 6 | 423 | 72 | 125 |
| Binary | 11011100 | 11000010 | 11101111 | 1000 | 10011 | 0 | 110 | 100010011 | 111010 | 1010101 |
Color Harmonies of #DCC2EF
Complementary color
Monochromatic Colors of #DCC2EF
Black with #DCC2EF
Text Example
Text Example
White with #DCC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2EF; }
p { color: rgb(220,194,239); }
H1.HeaderClassName
{
color: #DCC2EF;
}
.AnyTagClassName
{
color: #DCC2EF;
}
</style>
background-color css
<style>
a { background-color: #DCC2EF; }
a { background-color: rgb(220,194,239); }
div.DivClassName
{
background-color: #DCC2EF;
}
.BgClassName
{
background-color: #DCC2EF;
}
</style>
border-color css
<style>
span { border-color: #DCC2EF; }
span { border-color: rgb(220,194,239); }
td.TdClassName
{
border-color: #DCC2EF;
}
.TagClassName
{
border-color: #DCC2EF;
}
</style>