Shades of Fog #DBCBF0
Tints of Fog #DBCBF0
RGB
CMYK
RGB Variations
Color information
#DBCBF0 (or 0xDBCBF0) is known color: Fog. HEX triplet: DB, CB and F0. RGB value is (219,203,240). Sum of RGB (Red+Green+Blue) = 219+203+240=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBF0 is #24340F. Grayscale: #D3D3D3. Windows color (decimal): -2372624 or 15780827. OLE color: 15780827.
HSL color Cylindrical-coordinate representation of color #DBCBF0: hue angle of 265.95º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCBF0 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 203 | 240 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.06 |
| HSL | 265.95º | 0.55% | 0.87% | - |
| HSV(B) | 265.95º | 0.15% | 0.94% | - |
| XYZ | 66.3 | 64.06 | 91.31 | - |
| YUV | 212 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 240 | 0.09 | 0.15 | 0 | 0.06 | 265.95 | 0.55 | 0.87 |
| Hex | DB | CB | F0 | 9 | F | 0 | 6 | 10A | 37 | 57 |
| Octal | 333 | 313 | 360 | 11 | 17 | 0 | 6 | 412 | 67 | 127 |
| Binary | 11011011 | 11001011 | 11110000 | 1001 | 1111 | 0 | 110 | 100001010 | 110111 | 1010111 |
Color Harmonies of #DBCBF0
Complementary color
Monochromatic Colors of #DBCBF0
Black with #DBCBF0
Text Example
Text Example
White with #DBCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBF0; }
p { color: rgb(219,203,240); }
H1.HeaderClassName
{
color: #DBCBF0;
}
.AnyTagClassName
{
color: #DBCBF0;
}
</style>
background-color css
<style>
a { background-color: #DBCBF0; }
a { background-color: rgb(219,203,240); }
div.DivClassName
{
background-color: #DBCBF0;
}
.BgClassName
{
background-color: #DBCBF0;
}
</style>
border-color css
<style>
span { border-color: #DBCBF0; }
span { border-color: rgb(219,203,240); }
td.TdClassName
{
border-color: #DBCBF0;
}
.TagClassName
{
border-color: #DBCBF0;
}
</style>