Shades of Fog #DCC8EE
Tints of Fog #DCC8EE
RGB
CMYK
RGB Variations
Color information
#DCC8EE (or 0xDCC8EE) is known color: Fog. HEX triplet: DC, C8 and EE. RGB value is (220,200,238). Sum of RGB (Red+Green+Blue) = 220+200+238=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8EE is #233711. Grayscale: #D2D2D2. Windows color (decimal): -2307858 or 15648988. OLE color: 15648988.
HSL color Cylindrical-coordinate representation of color #DCC8EE: hue angle of 271.58º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC8EE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 200 | 238 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 271.58º | 0.53% | 0.86% | - |
| HSV(B) | 271.58º | 0.16% | 0.93% | - |
| XYZ | 65.6 | 62.7 | 89.53 | - |
| YUV | 210.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 238 | 0.08 | 0.16 | 0 | 0.07 | 271.58 | 0.53 | 0.86 |
| Hex | DC | C8 | EE | 8 | 10 | 0 | 7 | 110 | 35 | 56 |
| Octal | 334 | 310 | 356 | 10 | 20 | 0 | 7 | 420 | 65 | 126 |
| Binary | 11011100 | 11001000 | 11101110 | 1000 | 10000 | 0 | 111 | 100010000 | 110101 | 1010110 |
Color Harmonies of #DCC8EE
Complementary color
Monochromatic Colors of #DCC8EE
Black with #DCC8EE
Text Example
Text Example
White with #DCC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8EE; }
p { color: rgb(220,200,238); }
H1.HeaderClassName
{
color: #DCC8EE;
}
.AnyTagClassName
{
color: #DCC8EE;
}
</style>
background-color css
<style>
a { background-color: #DCC8EE; }
a { background-color: rgb(220,200,238); }
div.DivClassName
{
background-color: #DCC8EE;
}
.BgClassName
{
background-color: #DCC8EE;
}
</style>
border-color css
<style>
span { border-color: #DCC8EE; }
span { border-color: rgb(220,200,238); }
td.TdClassName
{
border-color: #DCC8EE;
}
.TagClassName
{
border-color: #DCC8EE;
}
</style>