Shades of Fog #DCC1EA
Tints of Fog #DCC1EA
RGB
CMYK
RGB Variations
Color information
#DCC1EA (or 0xDCC1EA) is known color: Fog. HEX triplet: DC, C1 and EA. RGB value is (220,193,234). Sum of RGB (Red+Green+Blue) = 220+193+234=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1EA is #233E15. Grayscale: #CDCDCD. Windows color (decimal): -2309654 or 15385052. OLE color: 15385052.
HSL color Cylindrical-coordinate representation of color #DCC1EA: hue angle of 279.51º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC1EA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 193 | 234 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.08 |
| HSL | 279.51º | 0.49% | 0.84% | - |
| HSV(B) | 279.51º | 0.18% | 0.92% | - |
| XYZ | 63.44 | 59.3 | 85.94 | - |
| YUV | 205.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 234 | 0.06 | 0.18 | 0 | 0.08 | 279.51 | 0.49 | 0.84 |
| Hex | DC | C1 | EA | 6 | 12 | 0 | 8 | 118 | 31 | 54 |
| Octal | 334 | 301 | 352 | 6 | 22 | 0 | 10 | 430 | 61 | 124 |
| Binary | 11011100 | 11000001 | 11101010 | 110 | 10010 | 0 | 1000 | 100011000 | 110001 | 1010100 |
Color Harmonies of #DCC1EA
Complementary color
Monochromatic Colors of #DCC1EA
Black with #DCC1EA
Text Example
Text Example
White with #DCC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1EA; }
p { color: rgb(220,193,234); }
H1.HeaderClassName
{
color: #DCC1EA;
}
.AnyTagClassName
{
color: #DCC1EA;
}
</style>
background-color css
<style>
a { background-color: #DCC1EA; }
a { background-color: rgb(220,193,234); }
div.DivClassName
{
background-color: #DCC1EA;
}
.BgClassName
{
background-color: #DCC1EA;
}
</style>
border-color css
<style>
span { border-color: #DCC1EA; }
span { border-color: rgb(220,193,234); }
td.TdClassName
{
border-color: #DCC1EA;
}
.TagClassName
{
border-color: #DCC1EA;
}
</style>