Shades of Fog #DCBDEA
Tints of Fog #DCBDEA
RGB
CMYK
RGB Variations
Color information
#DCBDEA (or 0xDCBDEA) is known color: Fog. HEX triplet: DC, BD and EA. RGB value is (220,189,234). Sum of RGB (Red+Green+Blue) = 220+189+234=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDEA is #234215. Grayscale: #CBCBCB. Windows color (decimal): -2310678 or 15384028. OLE color: 15384028.
HSL color Cylindrical-coordinate representation of color #DCBDEA: hue angle of 281.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBDEA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 189 | 234 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.08 |
| HSL | 281.33º | 0.52% | 0.83% | - |
| HSV(B) | 281.33º | 0.19% | 0.92% | - |
| XYZ | 62.56 | 57.55 | 85.65 | - |
| YUV | 203.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 234 | 0.06 | 0.19 | 0 | 0.08 | 281.33 | 0.52 | 0.83 |
| Hex | DC | BD | EA | 6 | 13 | 0 | 8 | 119 | 34 | 53 |
| Octal | 334 | 275 | 352 | 6 | 23 | 0 | 10 | 431 | 64 | 123 |
| Binary | 11011100 | 10111101 | 11101010 | 110 | 10011 | 0 | 1000 | 100011001 | 110100 | 1010011 |
Color Harmonies of #DCBDEA
Complementary color
Monochromatic Colors of #DCBDEA
Black with #DCBDEA
Text Example
Text Example
White with #DCBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDEA; }
p { color: rgb(220,189,234); }
H1.HeaderClassName
{
color: #DCBDEA;
}
.AnyTagClassName
{
color: #DCBDEA;
}
</style>
background-color css
<style>
a { background-color: #DCBDEA; }
a { background-color: rgb(220,189,234); }
div.DivClassName
{
background-color: #DCBDEA;
}
.BgClassName
{
background-color: #DCBDEA;
}
</style>
border-color css
<style>
span { border-color: #DCBDEA; }
span { border-color: rgb(220,189,234); }
td.TdClassName
{
border-color: #DCBDEA;
}
.TagClassName
{
border-color: #DCBDEA;
}
</style>