Shades of Fog #DCC4EE
Tints of Fog #DCC4EE
RGB
CMYK
RGB Variations
Color information
#DCC4EE (or 0xDCC4EE) is known color: Fog. HEX triplet: DC, C4 and EE. RGB value is (220,196,238). Sum of RGB (Red+Green+Blue) = 220+196+238=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4EE is #233B11. Grayscale: #CFCFCF. Windows color (decimal): -2308882 or 15647964. OLE color: 15647964.
HSL color Cylindrical-coordinate representation of color #DCC4EE: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC4EE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 196 | 238 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.07 |
| HSL | 274.29º | 0.55% | 0.85% | - |
| HSV(B) | 274.29º | 0.18% | 0.93% | - |
| XYZ | 64.69 | 60.87 | 89.23 | - |
| YUV | 207.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 238 | 0.08 | 0.18 | 0 | 0.07 | 274.29 | 0.55 | 0.85 |
| Hex | DC | C4 | EE | 8 | 12 | 0 | 7 | 112 | 37 | 55 |
| Octal | 334 | 304 | 356 | 10 | 22 | 0 | 7 | 422 | 67 | 125 |
| Binary | 11011100 | 11000100 | 11101110 | 1000 | 10010 | 0 | 111 | 100010010 | 110111 | 1010101 |
Color Harmonies of #DCC4EE
Complementary color
Monochromatic Colors of #DCC4EE
Black with #DCC4EE
Text Example
Text Example
White with #DCC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4EE; }
p { color: rgb(220,196,238); }
H1.HeaderClassName
{
color: #DCC4EE;
}
.AnyTagClassName
{
color: #DCC4EE;
}
</style>
background-color css
<style>
a { background-color: #DCC4EE; }
a { background-color: rgb(220,196,238); }
div.DivClassName
{
background-color: #DCC4EE;
}
.BgClassName
{
background-color: #DCC4EE;
}
</style>
border-color css
<style>
span { border-color: #DCC4EE; }
span { border-color: rgb(220,196,238); }
td.TdClassName
{
border-color: #DCC4EE;
}
.TagClassName
{
border-color: #DCC4EE;
}
</style>