Shades of Fog #DBCBF8
Tints of Fog #DBCBF8
RGB
CMYK
RGB Variations
Color information
#DBCBF8 (or 0xDBCBF8) is known color: Fog. HEX triplet: DB, CB and F8. RGB value is (219,203,248). Sum of RGB (Red+Green+Blue) = 219+203+248=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBCBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBF8 is #243407. Grayscale: #D4D4D4. Windows color (decimal): -2372616 or 16305115. OLE color: 16305115.
HSL color Cylindrical-coordinate representation of color #DBCBF8: hue angle of 261.33º degrees, saturation: 0.76, 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 #DBCBF8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 203 | 248 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.03 |
| HSL | 261.33º | 0.76% | 0.88% | - |
| HSV(B) | 261.33º | 0.18% | 0.97% | - |
| XYZ | 67.51 | 64.55 | 97.71 | - |
| YUV | 212.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 248 | 0.12 | 0.18 | 0 | 0.03 | 261.33 | 0.76 | 0.88 |
| Hex | DB | CB | F8 | C | 12 | 0 | 3 | 105 | 4C | 58 |
| Octal | 333 | 313 | 370 | 14 | 22 | 0 | 3 | 405 | 114 | 130 |
| Binary | 11011011 | 11001011 | 11111000 | 1100 | 10010 | 0 | 11 | 100000101 | 1001100 | 1011000 |
Color Harmonies of #DBCBF8
Complementary color
Monochromatic Colors of #DBCBF8
Black with #DBCBF8
Text Example
Text Example
White with #DBCBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBF8; }
p { color: rgb(219,203,248); }
H1.HeaderClassName
{
color: #DBCBF8;
}
.AnyTagClassName
{
color: #DBCBF8;
}
</style>
background-color css
<style>
a { background-color: #DBCBF8; }
a { background-color: rgb(219,203,248); }
div.DivClassName
{
background-color: #DBCBF8;
}
.BgClassName
{
background-color: #DBCBF8;
}
</style>
border-color css
<style>
span { border-color: #DBCBF8; }
span { border-color: rgb(219,203,248); }
td.TdClassName
{
border-color: #DBCBF8;
}
.TagClassName
{
border-color: #DBCBF8;
}
</style>