Shades of Fog #DBCBF5
Tints of Fog #DBCBF5
RGB
CMYK
RGB Variations
Color information
#DBCBF5 (or 0xDBCBF5) is known color: Fog. HEX triplet: DB, CB and F5. RGB value is (219,203,245). Sum of RGB (Red+Green+Blue) = 219+203+245=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBCBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBF5 is #24340A. Grayscale: #D4D4D4. Windows color (decimal): -2372619 or 16108507. OLE color: 16108507.
HSL color Cylindrical-coordinate representation of color #DBCBF5: hue angle of 262.86º degrees, saturation: 0.68, 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 #DBCBF5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 203 | 245 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.04 |
| HSL | 262.86º | 0.68% | 0.88% | - |
| HSV(B) | 262.86º | 0.17% | 0.96% | - |
| XYZ | 67.05 | 64.36 | 95.28 | - |
| YUV | 212.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 245 | 0.11 | 0.17 | 0 | 0.04 | 262.86 | 0.68 | 0.88 |
| Hex | DB | CB | F5 | B | 11 | 0 | 4 | 107 | 44 | 58 |
| Octal | 333 | 313 | 365 | 13 | 21 | 0 | 4 | 407 | 104 | 130 |
| Binary | 11011011 | 11001011 | 11110101 | 1011 | 10001 | 0 | 100 | 100000111 | 1000100 | 1011000 |
Color Harmonies of #DBCBF5
Complementary color
Monochromatic Colors of #DBCBF5
Black with #DBCBF5
Text Example
Text Example
White with #DBCBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBF5; }
p { color: rgb(219,203,245); }
H1.HeaderClassName
{
color: #DBCBF5;
}
.AnyTagClassName
{
color: #DBCBF5;
}
</style>
background-color css
<style>
a { background-color: #DBCBF5; }
a { background-color: rgb(219,203,245); }
div.DivClassName
{
background-color: #DBCBF5;
}
.BgClassName
{
background-color: #DBCBF5;
}
</style>
border-color css
<style>
span { border-color: #DBCBF5; }
span { border-color: rgb(219,203,245); }
td.TdClassName
{
border-color: #DBCBF5;
}
.TagClassName
{
border-color: #DBCBF5;
}
</style>