Shades of Fog #DCBDEB
Tints of Fog #DCBDEB
RGB
CMYK
RGB Variations
Color information
#DCBDEB (or 0xDCBDEB) is known color: Fog. HEX triplet: DC, BD and EB. RGB value is (220,189,235). Sum of RGB (Red+Green+Blue) = 220+189+235=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDEB is #234214. Grayscale: #CBCBCB. Windows color (decimal): -2310677 or 15449564. OLE color: 15449564.
HSL color Cylindrical-coordinate representation of color #DCBDEB: hue angle of 280.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBDEB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 189 | 235 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.08 |
| HSL | 280.43º | 0.53% | 0.83% | - |
| HSV(B) | 280.43º | 0.2% | 0.92% | - |
| XYZ | 62.71 | 57.61 | 86.41 | - |
| YUV | 203.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 235 | 0.06 | 0.20 | 0 | 0.08 | 280.43 | 0.53 | 0.83 |
| Hex | DC | BD | EB | 6 | 14 | 0 | 8 | 118 | 35 | 53 |
| Octal | 334 | 275 | 353 | 6 | 24 | 0 | 10 | 430 | 65 | 123 |
| Binary | 11011100 | 10111101 | 11101011 | 110 | 10100 | 0 | 1000 | 100011000 | 110101 | 1010011 |
Color Harmonies of #DCBDEB
Complementary color
Monochromatic Colors of #DCBDEB
Black with #DCBDEB
Text Example
Text Example
White with #DCBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDEB; }
p { color: rgb(220,189,235); }
H1.HeaderClassName
{
color: #DCBDEB;
}
.AnyTagClassName
{
color: #DCBDEB;
}
</style>
background-color css
<style>
a { background-color: #DCBDEB; }
a { background-color: rgb(220,189,235); }
div.DivClassName
{
background-color: #DCBDEB;
}
.BgClassName
{
background-color: #DCBDEB;
}
</style>
border-color css
<style>
span { border-color: #DCBDEB; }
span { border-color: rgb(220,189,235); }
td.TdClassName
{
border-color: #DCBDEB;
}
.TagClassName
{
border-color: #DCBDEB;
}
</style>