Shades of Fog #DBC2F3
Tints of Fog #DBC2F3
RGB
CMYK
RGB Variations
Color information
#DBC2F3 (or 0xDBC2F3) is known color: Fog. HEX triplet: DB, C2 and F3. RGB value is (219,194,243). Sum of RGB (Red+Green+Blue) = 219+194+243=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC2F3 is #243D0C. Grayscale: #CECECE. Windows color (decimal): -2374925 or 15975131. OLE color: 15975131.
HSL color Cylindrical-coordinate representation of color #DBC2F3: hue angle of 270.61º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC2F3 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 194 | 243 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.05 |
| HSL | 270.61º | 0.67% | 0.86% | - |
| HSV(B) | 270.61º | 0.2% | 0.95% | - |
| XYZ | 64.68 | 60.11 | 92.99 | - |
| YUV | 207.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 243 | 0.10 | 0.20 | 0 | 0.05 | 270.61 | 0.67 | 0.86 |
| Hex | DB | C2 | F3 | A | 14 | 0 | 5 | 10F | 43 | 56 |
| Octal | 333 | 302 | 363 | 12 | 24 | 0 | 5 | 417 | 103 | 126 |
| Binary | 11011011 | 11000010 | 11110011 | 1010 | 10100 | 0 | 101 | 100001111 | 1000011 | 1010110 |
Color Harmonies of #DBC2F3
Complementary color
Monochromatic Colors of #DBC2F3
Black with #DBC2F3
Text Example
Text Example
White with #DBC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2F3; }
p { color: rgb(219,194,243); }
H1.HeaderClassName
{
color: #DBC2F3;
}
.AnyTagClassName
{
color: #DBC2F3;
}
</style>
background-color css
<style>
a { background-color: #DBC2F3; }
a { background-color: rgb(219,194,243); }
div.DivClassName
{
background-color: #DBC2F3;
}
.BgClassName
{
background-color: #DBC2F3;
}
</style>
border-color css
<style>
span { border-color: #DBC2F3; }
span { border-color: rgb(219,194,243); }
td.TdClassName
{
border-color: #DBC2F3;
}
.TagClassName
{
border-color: #DBC2F3;
}
</style>