Shades of Fog #DBCBF4
Tints of Fog #DBCBF4
RGB
CMYK
RGB Variations
Color information
#DBCBF4 (or 0xDBCBF4) is known color: Fog. HEX triplet: DB, CB and F4. RGB value is (219,203,244). Sum of RGB (Red+Green+Blue) = 219+203+244=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBCBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBF4 is #24340B. Grayscale: #D4D4D4. Windows color (decimal): -2372620 or 16042971. OLE color: 16042971.
HSL color Cylindrical-coordinate representation of color #DBCBF4: hue angle of 263.41º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCBF4 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 203 | 244 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.04 |
| HSL | 263.41º | 0.65% | 0.88% | - |
| HSV(B) | 263.41º | 0.17% | 0.96% | - |
| XYZ | 66.9 | 64.3 | 94.47 | - |
| YUV | 212.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 244 | 0.10 | 0.17 | 0 | 0.04 | 263.41 | 0.65 | 0.88 |
| Hex | DB | CB | F4 | A | 11 | 0 | 4 | 107 | 41 | 58 |
| Octal | 333 | 313 | 364 | 12 | 21 | 0 | 4 | 407 | 101 | 130 |
| Binary | 11011011 | 11001011 | 11110100 | 1010 | 10001 | 0 | 100 | 100000111 | 1000001 | 1011000 |
Color Harmonies of #DBCBF4
Complementary color
Monochromatic Colors of #DBCBF4
Black with #DBCBF4
Text Example
Text Example
White with #DBCBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBF4; }
p { color: rgb(219,203,244); }
H1.HeaderClassName
{
color: #DBCBF4;
}
.AnyTagClassName
{
color: #DBCBF4;
}
</style>
background-color css
<style>
a { background-color: #DBCBF4; }
a { background-color: rgb(219,203,244); }
div.DivClassName
{
background-color: #DBCBF4;
}
.BgClassName
{
background-color: #DBCBF4;
}
</style>
border-color css
<style>
span { border-color: #DBCBF4; }
span { border-color: rgb(219,203,244); }
td.TdClassName
{
border-color: #DBCBF4;
}
.TagClassName
{
border-color: #DBCBF4;
}
</style>