Shades of Fog #DCC7EE
Tints of Fog #DCC7EE
RGB
CMYK
RGB Variations
Color information
#DCC7EE (or 0xDCC7EE) is known color: Fog. HEX triplet: DC, C7 and EE. RGB value is (220,199,238). Sum of RGB (Red+Green+Blue) = 220+199+238=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7EE is #233811. Grayscale: #D1D1D1. Windows color (decimal): -2308114 or 15648732. OLE color: 15648732.
HSL color Cylindrical-coordinate representation of color #DCC7EE: hue angle of 272.31º 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 #DCC7EE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 199 | 238 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 272.31º | 0.53% | 0.86% | - |
| HSV(B) | 272.31º | 0.16% | 0.93% | - |
| XYZ | 65.37 | 62.24 | 89.46 | - |
| YUV | 209.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 238 | 0.08 | 0.16 | 0 | 0.07 | 272.31 | 0.53 | 0.86 |
| Hex | DC | C7 | EE | 8 | 10 | 0 | 7 | 110 | 35 | 56 |
| Octal | 334 | 307 | 356 | 10 | 20 | 0 | 7 | 420 | 65 | 126 |
| Binary | 11011100 | 11000111 | 11101110 | 1000 | 10000 | 0 | 111 | 100010000 | 110101 | 1010110 |
Color Harmonies of #DCC7EE
Complementary color
Monochromatic Colors of #DCC7EE
Black with #DCC7EE
Text Example
Text Example
White with #DCC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7EE; }
p { color: rgb(220,199,238); }
H1.HeaderClassName
{
color: #DCC7EE;
}
.AnyTagClassName
{
color: #DCC7EE;
}
</style>
background-color css
<style>
a { background-color: #DCC7EE; }
a { background-color: rgb(220,199,238); }
div.DivClassName
{
background-color: #DCC7EE;
}
.BgClassName
{
background-color: #DCC7EE;
}
</style>
border-color css
<style>
span { border-color: #DCC7EE; }
span { border-color: rgb(220,199,238); }
td.TdClassName
{
border-color: #DCC7EE;
}
.TagClassName
{
border-color: #DCC7EE;
}
</style>