Shades of Fog #DCBEEB
Tints of Fog #DCBEEB
RGB
CMYK
RGB Variations
Color information
#DCBEEB (or 0xDCBEEB) is known color: Fog. HEX triplet: DC, BE and EB. RGB value is (220,190,235). Sum of RGB (Red+Green+Blue) = 220+190+235=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEEB is #234114. Grayscale: #CBCBCB. Windows color (decimal): -2310421 or 15449820. OLE color: 15449820.
HSL color Cylindrical-coordinate representation of color #DCBEEB: hue angle of 280º degrees, saturation: 0.53, 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 #DCBEEB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 190 | 235 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.08 |
| HSL | 280º | 0.53% | 0.83% | - |
| HSV(B) | 280º | 0.19% | 0.92% | - |
| XYZ | 62.92 | 58.04 | 86.48 | - |
| YUV | 204.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 235 | 0.06 | 0.19 | 0 | 0.08 | 280 | 0.53 | 0.83 |
| Hex | DC | BE | EB | 6 | 13 | 0 | 8 | 118 | 35 | 53 |
| Octal | 334 | 276 | 353 | 6 | 23 | 0 | 10 | 430 | 65 | 123 |
| Binary | 11011100 | 10111110 | 11101011 | 110 | 10011 | 0 | 1000 | 100011000 | 110101 | 1010011 |
Color Harmonies of #DCBEEB
Complementary color
Monochromatic Colors of #DCBEEB
Black with #DCBEEB
Text Example
Text Example
White with #DCBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEEB; }
p { color: rgb(220,190,235); }
H1.HeaderClassName
{
color: #DCBEEB;
}
.AnyTagClassName
{
color: #DCBEEB;
}
</style>
background-color css
<style>
a { background-color: #DCBEEB; }
a { background-color: rgb(220,190,235); }
div.DivClassName
{
background-color: #DCBEEB;
}
.BgClassName
{
background-color: #DCBEEB;
}
</style>
border-color css
<style>
span { border-color: #DCBEEB; }
span { border-color: rgb(220,190,235); }
td.TdClassName
{
border-color: #DCBEEB;
}
.TagClassName
{
border-color: #DCBEEB;
}
</style>