Shades of Fog #DBCBEE
Tints of Fog #DBCBEE
RGB
CMYK
RGB Variations
Color information
#DBCBEE (or 0xDBCBEE) is known color: Fog. HEX triplet: DB, CB and EE. RGB value is (219,203,238). Sum of RGB (Red+Green+Blue) = 219+203+238=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBEE is #243411. Grayscale: #D3D3D3. Windows color (decimal): -2372626 or 15649755. OLE color: 15649755.
HSL color Cylindrical-coordinate representation of color #DBCBEE: hue angle of 267.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCBEE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 203 | 238 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.07 |
| HSL | 267.43º | 0.51% | 0.86% | - |
| HSV(B) | 267.43º | 0.15% | 0.93% | - |
| XYZ | 66 | 63.94 | 89.75 | - |
| YUV | 211.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 238 | 0.08 | 0.15 | 0 | 0.07 | 267.43 | 0.51 | 0.86 |
| Hex | DB | CB | EE | 8 | F | 0 | 7 | 10B | 33 | 56 |
| Octal | 333 | 313 | 356 | 10 | 17 | 0 | 7 | 413 | 63 | 126 |
| Binary | 11011011 | 11001011 | 11101110 | 1000 | 1111 | 0 | 111 | 100001011 | 110011 | 1010110 |
Color Harmonies of #DBCBEE
Complementary color
Monochromatic Colors of #DBCBEE
Black with #DBCBEE
Text Example
Text Example
White with #DBCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBEE; }
p { color: rgb(219,203,238); }
H1.HeaderClassName
{
color: #DBCBEE;
}
.AnyTagClassName
{
color: #DBCBEE;
}
</style>
background-color css
<style>
a { background-color: #DBCBEE; }
a { background-color: rgb(219,203,238); }
div.DivClassName
{
background-color: #DBCBEE;
}
.BgClassName
{
background-color: #DBCBEE;
}
</style>
border-color css
<style>
span { border-color: #DBCBEE; }
span { border-color: rgb(219,203,238); }
td.TdClassName
{
border-color: #DBCBEE;
}
.TagClassName
{
border-color: #DBCBEE;
}
</style>