Shades of Fog #DBC2EE
Tints of Fog #DBC2EE
RGB
CMYK
RGB Variations
Color information
#DBC2EE (or 0xDBC2EE) is known color: Fog. HEX triplet: DB, C2 and EE. RGB value is (219,194,238). Sum of RGB (Red+Green+Blue) = 219+194+238=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC2EE is #243D11. Grayscale: #CECECE. Windows color (decimal): -2374930 or 15647451. OLE color: 15647451.
HSL color Cylindrical-coordinate representation of color #DBC2EE: hue angle of 274.09º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC2EE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 194 | 238 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.07 |
| HSL | 274.09º | 0.56% | 0.85% | - |
| HSV(B) | 274.09º | 0.18% | 0.93% | - |
| XYZ | 63.94 | 59.82 | 89.06 | - |
| YUV | 206.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 238 | 0.08 | 0.18 | 0 | 0.07 | 274.09 | 0.56 | 0.85 |
| Hex | DB | C2 | EE | 8 | 12 | 0 | 7 | 112 | 38 | 55 |
| Octal | 333 | 302 | 356 | 10 | 22 | 0 | 7 | 422 | 70 | 125 |
| Binary | 11011011 | 11000010 | 11101110 | 1000 | 10010 | 0 | 111 | 100010010 | 111000 | 1010101 |
Color Harmonies of #DBC2EE
Complementary color
Monochromatic Colors of #DBC2EE
Black with #DBC2EE
Text Example
Text Example
White with #DBC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2EE; }
p { color: rgb(219,194,238); }
H1.HeaderClassName
{
color: #DBC2EE;
}
.AnyTagClassName
{
color: #DBC2EE;
}
</style>
background-color css
<style>
a { background-color: #DBC2EE; }
a { background-color: rgb(219,194,238); }
div.DivClassName
{
background-color: #DBC2EE;
}
.BgClassName
{
background-color: #DBC2EE;
}
</style>
border-color css
<style>
span { border-color: #DBC2EE; }
span { border-color: rgb(219,194,238); }
td.TdClassName
{
border-color: #DBC2EE;
}
.TagClassName
{
border-color: #DBC2EE;
}
</style>