Shades of Fog #DBCEF4
Tints of Fog #DBCEF4
RGB
CMYK
RGB Variations
Color information
#DBCEF4 (or 0xDBCEF4) is known color: Fog. HEX triplet: DB, CE and F4. RGB value is (219,206,244). Sum of RGB (Red+Green+Blue) = 219+206+244=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEF4 is #24310B. Grayscale: #D6D6D6. Windows color (decimal): -2371852 or 16043739. OLE color: 16043739.
HSL color Cylindrical-coordinate representation of color #DBCEF4: hue angle of 260.53º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCEF4 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 206 | 244 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 260.53º | 0.63% | 0.88% | - |
| HSV(B) | 260.53º | 0.16% | 0.96% | - |
| XYZ | 67.61 | 65.73 | 94.71 | - |
| YUV | 214.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 244 | 0.10 | 0.16 | 0 | 0.04 | 260.53 | 0.63 | 0.88 |
| Hex | DB | CE | F4 | A | 10 | 0 | 4 | 105 | 3F | 58 |
| Octal | 333 | 316 | 364 | 12 | 20 | 0 | 4 | 405 | 77 | 130 |
| Binary | 11011011 | 11001110 | 11110100 | 1010 | 10000 | 0 | 100 | 100000101 | 111111 | 1011000 |
Color Harmonies of #DBCEF4
Complementary color
Monochromatic Colors of #DBCEF4
Black with #DBCEF4
Text Example
Text Example
White with #DBCEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEF4; }
p { color: rgb(219,206,244); }
H1.HeaderClassName
{
color: #DBCEF4;
}
.AnyTagClassName
{
color: #DBCEF4;
}
</style>
background-color css
<style>
a { background-color: #DBCEF4; }
a { background-color: rgb(219,206,244); }
div.DivClassName
{
background-color: #DBCEF4;
}
.BgClassName
{
background-color: #DBCEF4;
}
</style>
border-color css
<style>
span { border-color: #DBCEF4; }
span { border-color: rgb(219,206,244); }
td.TdClassName
{
border-color: #DBCEF4;
}
.TagClassName
{
border-color: #DBCEF4;
}
</style>