Shades of Fog #DBCEFC
Tints of Fog #DBCEFC
RGB
CMYK
RGB Variations
Color information
#DBCEFC (or 0xDBCEFC) is known color: Fog. HEX triplet: DB, CE and FC. RGB value is (219,206,252). Sum of RGB (Red+Green+Blue) = 219+206+252=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEFC is #243103. Grayscale: #D6D6D6. Windows color (decimal): -2371844 or 16568027. OLE color: 16568027.
HSL color Cylindrical-coordinate representation of color #DBCEFC: hue angle of 256.96º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCEFC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 206 | 252 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.01 |
| HSL | 256.96º | 0.88% | 0.9% | - |
| HSV(B) | 256.96º | 0.18% | 0.99% | - |
| XYZ | 68.86 | 66.23 | 101.25 | - |
| YUV | 215.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 252 | 0.13 | 0.18 | 0 | 0.01 | 256.96 | 0.88 | 0.9 |
| Hex | DB | CE | FC | D | 12 | 0 | 1 | 101 | 58 | 5A |
| Octal | 333 | 316 | 374 | 15 | 22 | 0 | 1 | 401 | 130 | 132 |
| Binary | 11011011 | 11001110 | 11111100 | 1101 | 10010 | 0 | 1 | 100000001 | 1011000 | 1011010 |
Color Harmonies of #DBCEFC
Complementary color
Monochromatic Colors of #DBCEFC
Black with #DBCEFC
Text Example
Text Example
White with #DBCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEFC; }
p { color: rgb(219,206,252); }
H1.HeaderClassName
{
color: #DBCEFC;
}
.AnyTagClassName
{
color: #DBCEFC;
}
</style>
background-color css
<style>
a { background-color: #DBCEFC; }
a { background-color: rgb(219,206,252); }
div.DivClassName
{
background-color: #DBCEFC;
}
.BgClassName
{
background-color: #DBCEFC;
}
</style>
border-color css
<style>
span { border-color: #DBCEFC; }
span { border-color: rgb(219,206,252); }
td.TdClassName
{
border-color: #DBCEFC;
}
.TagClassName
{
border-color: #DBCEFC;
}
</style>