Shades of Fog #DBCEFD
Tints of Fog #DBCEFD
RGB
CMYK
RGB Variations
Color information
#DBCEFD (or 0xDBCEFD) is known color: Fog. HEX triplet: DB, CE and FD. RGB value is (219,206,253). Sum of RGB (Red+Green+Blue) = 219+206+253=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEFD is #243102. Grayscale: #D7D7D7. Windows color (decimal): -2371843 or 16633563. OLE color: 16633563.
HSL color Cylindrical-coordinate representation of color #DBCEFD: hue angle of 256.6º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCEFD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 206 | 253 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.01 |
| HSL | 256.6º | 0.92% | 0.9% | - |
| HSV(B) | 256.6º | 0.19% | 0.99% | - |
| XYZ | 69.01 | 66.29 | 102.09 | - |
| YUV | 215.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 253 | 0.13 | 0.19 | 0 | 0.01 | 256.6 | 0.92 | 0.9 |
| Hex | DB | CE | FD | D | 13 | 0 | 1 | 101 | 5C | 5A |
| Octal | 333 | 316 | 375 | 15 | 23 | 0 | 1 | 401 | 134 | 132 |
| Binary | 11011011 | 11001110 | 11111101 | 1101 | 10011 | 0 | 1 | 100000001 | 1011100 | 1011010 |
Color Harmonies of #DBCEFD
Complementary color
Monochromatic Colors of #DBCEFD
Black with #DBCEFD
Text Example
Text Example
White with #DBCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEFD; }
p { color: rgb(219,206,253); }
H1.HeaderClassName
{
color: #DBCEFD;
}
.AnyTagClassName
{
color: #DBCEFD;
}
</style>
background-color css
<style>
a { background-color: #DBCEFD; }
a { background-color: rgb(219,206,253); }
div.DivClassName
{
background-color: #DBCEFD;
}
.BgClassName
{
background-color: #DBCEFD;
}
</style>
border-color css
<style>
span { border-color: #DBCEFD; }
span { border-color: rgb(219,206,253); }
td.TdClassName
{
border-color: #DBCEFD;
}
.TagClassName
{
border-color: #DBCEFD;
}
</style>