Shades of Fog #DBCBF7
Tints of Fog #DBCBF7
RGB
CMYK
RGB Variations
Color information
#DBCBF7 (or 0xDBCBF7) is known color: Fog. HEX triplet: DB, CB and F7. RGB value is (219,203,247). Sum of RGB (Red+Green+Blue) = 219+203+247=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBCBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBF7 is #243408. Grayscale: #D4D4D4. Windows color (decimal): -2372617 or 16239579. OLE color: 16239579.
HSL color Cylindrical-coordinate representation of color #DBCBF7: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCBF7 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 203 | 247 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.03 |
| HSL | 261.82º | 0.73% | 0.88% | - |
| HSV(B) | 261.82º | 0.18% | 0.97% | - |
| XYZ | 67.36 | 64.49 | 96.89 | - |
| YUV | 212.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 247 | 0.11 | 0.18 | 0 | 0.03 | 261.82 | 0.73 | 0.88 |
| Hex | DB | CB | F7 | B | 12 | 0 | 3 | 106 | 49 | 58 |
| Octal | 333 | 313 | 367 | 13 | 22 | 0 | 3 | 406 | 111 | 130 |
| Binary | 11011011 | 11001011 | 11110111 | 1011 | 10010 | 0 | 11 | 100000110 | 1001001 | 1011000 |
Color Harmonies of #DBCBF7
Complementary color
Monochromatic Colors of #DBCBF7
Black with #DBCBF7
Text Example
Text Example
White with #DBCBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBF7; }
p { color: rgb(219,203,247); }
H1.HeaderClassName
{
color: #DBCBF7;
}
.AnyTagClassName
{
color: #DBCBF7;
}
</style>
background-color css
<style>
a { background-color: #DBCBF7; }
a { background-color: rgb(219,203,247); }
div.DivClassName
{
background-color: #DBCBF7;
}
.BgClassName
{
background-color: #DBCBF7;
}
</style>
border-color css
<style>
span { border-color: #DBCBF7; }
span { border-color: rgb(219,203,247); }
td.TdClassName
{
border-color: #DBCBF7;
}
.TagClassName
{
border-color: #DBCBF7;
}
</style>