Shades of Fog #DCBFEB
Tints of Fog #DCBFEB
RGB
CMYK
RGB Variations
Color information
#DCBFEB (or 0xDCBFEB) is known color: Fog. HEX triplet: DC, BF and EB. RGB value is (220,191,235). Sum of RGB (Red+Green+Blue) = 220+191+235=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFEB is #234014. Grayscale: #CCCCCC. Windows color (decimal): -2310165 or 15450076. OLE color: 15450076.
HSL color Cylindrical-coordinate representation of color #DCBFEB: hue angle of 279.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBFEB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 191 | 235 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.08 |
| HSL | 279.55º | 0.52% | 0.84% | - |
| HSV(B) | 279.55º | 0.19% | 0.92% | - |
| XYZ | 63.14 | 58.48 | 86.56 | - |
| YUV | 204.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 235 | 0.06 | 0.19 | 0 | 0.08 | 279.55 | 0.52 | 0.84 |
| Hex | DC | BF | EB | 6 | 13 | 0 | 8 | 118 | 34 | 54 |
| Octal | 334 | 277 | 353 | 6 | 23 | 0 | 10 | 430 | 64 | 124 |
| Binary | 11011100 | 10111111 | 11101011 | 110 | 10011 | 0 | 1000 | 100011000 | 110100 | 1010100 |
Color Harmonies of #DCBFEB
Complementary color
Monochromatic Colors of #DCBFEB
Black with #DCBFEB
Text Example
Text Example
White with #DCBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFEB; }
p { color: rgb(220,191,235); }
H1.HeaderClassName
{
color: #DCBFEB;
}
.AnyTagClassName
{
color: #DCBFEB;
}
</style>
background-color css
<style>
a { background-color: #DCBFEB; }
a { background-color: rgb(220,191,235); }
div.DivClassName
{
background-color: #DCBFEB;
}
.BgClassName
{
background-color: #DCBFEB;
}
</style>
border-color css
<style>
span { border-color: #DCBFEB; }
span { border-color: rgb(220,191,235); }
td.TdClassName
{
border-color: #DCBFEB;
}
.TagClassName
{
border-color: #DCBFEB;
}
</style>