Shades of Fog #DCCDEB
Tints of Fog #DCCDEB
RGB
CMYK
RGB Variations
Color information
#DCCDEB (or 0xDCCDEB) is known color: Fog. HEX triplet: DC, CD and EB. RGB value is (220,205,235). Sum of RGB (Red+Green+Blue) = 220+205+235=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDEB is #233214. Grayscale: #D4D4D4. Windows color (decimal): -2306581 or 15453660. OLE color: 15453660.
HSL color Cylindrical-coordinate representation of color #DCCDEB: hue angle of 270º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCDEB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 205 | 235 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.08 |
| HSL | 270º | 0.43% | 0.86% | - |
| HSV(B) | 270º | 0.13% | 0.92% | - |
| XYZ | 66.34 | 64.88 | 87.62 | - |
| YUV | 212.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 235 | 0.06 | 0.13 | 0 | 0.08 | 270 | 0.43 | 0.86 |
| Hex | DC | CD | EB | 6 | D | 0 | 8 | 10E | 2B | 56 |
| Octal | 334 | 315 | 353 | 6 | 15 | 0 | 10 | 416 | 53 | 126 |
| Binary | 11011100 | 11001101 | 11101011 | 110 | 1101 | 0 | 1000 | 100001110 | 101011 | 1010110 |
Color Harmonies of #DCCDEB
Complementary color
Monochromatic Colors of #DCCDEB
Black with #DCCDEB
Text Example
Text Example
White with #DCCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDEB; }
p { color: rgb(220,205,235); }
H1.HeaderClassName
{
color: #DCCDEB;
}
.AnyTagClassName
{
color: #DCCDEB;
}
</style>
background-color css
<style>
a { background-color: #DCCDEB; }
a { background-color: rgb(220,205,235); }
div.DivClassName
{
background-color: #DCCDEB;
}
.BgClassName
{
background-color: #DCCDEB;
}
</style>
border-color css
<style>
span { border-color: #DCCDEB; }
span { border-color: rgb(220,205,235); }
td.TdClassName
{
border-color: #DCCDEB;
}
.TagClassName
{
border-color: #DCCDEB;
}
</style>