Shades of Fog #DCC8ED
Tints of Fog #DCC8ED
RGB
CMYK
RGB Variations
Color information
#DCC8ED (or 0xDCC8ED) is known color: Fog. HEX triplet: DC, C8 and ED. RGB value is (220,200,237). Sum of RGB (Red+Green+Blue) = 220+200+237=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8ED is #233712. Grayscale: #D2D2D2. Windows color (decimal): -2307859 or 15583452. OLE color: 15583452.
HSL color Cylindrical-coordinate representation of color #DCC8ED: hue angle of 272.43º degrees, saturation: 0.51, 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 #DCC8ED is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 200 | 237 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 272.43º | 0.51% | 0.86% | - |
| HSV(B) | 272.43º | 0.16% | 0.93% | - |
| XYZ | 65.46 | 62.64 | 88.76 | - |
| YUV | 210.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 237 | 0.07 | 0.16 | 0 | 0.07 | 272.43 | 0.51 | 0.86 |
| Hex | DC | C8 | ED | 7 | 10 | 0 | 7 | 110 | 33 | 56 |
| Octal | 334 | 310 | 355 | 7 | 20 | 0 | 7 | 420 | 63 | 126 |
| Binary | 11011100 | 11001000 | 11101101 | 111 | 10000 | 0 | 111 | 100010000 | 110011 | 1010110 |
Color Harmonies of #DCC8ED
Complementary color
Monochromatic Colors of #DCC8ED
Black with #DCC8ED
Text Example
Text Example
White with #DCC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8ED; }
p { color: rgb(220,200,237); }
H1.HeaderClassName
{
color: #DCC8ED;
}
.AnyTagClassName
{
color: #DCC8ED;
}
</style>
background-color css
<style>
a { background-color: #DCC8ED; }
a { background-color: rgb(220,200,237); }
div.DivClassName
{
background-color: #DCC8ED;
}
.BgClassName
{
background-color: #DCC8ED;
}
</style>
border-color css
<style>
span { border-color: #DCC8ED; }
span { border-color: rgb(220,200,237); }
td.TdClassName
{
border-color: #DCC8ED;
}
.TagClassName
{
border-color: #DCC8ED;
}
</style>