Shades of Fog #DBCDEE
Tints of Fog #DBCDEE
RGB
CMYK
RGB Variations
Color information
#DBCDEE (or 0xDBCDEE) is known color: Fog. HEX triplet: DB, CD and EE. RGB value is (219,205,238). Sum of RGB (Red+Green+Blue) = 219+205+238=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDEE is #243211. Grayscale: #D4D4D4. Windows color (decimal): -2372114 or 15650267. OLE color: 15650267.
HSL color Cylindrical-coordinate representation of color #DBCDEE: hue angle of 265.45º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCDEE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 205 | 238 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.07 |
| HSL | 265.45º | 0.49% | 0.87% | - |
| HSV(B) | 265.45º | 0.14% | 0.93% | - |
| XYZ | 66.48 | 64.9 | 89.91 | - |
| YUV | 212.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 238 | 0.08 | 0.14 | 0 | 0.07 | 265.45 | 0.49 | 0.87 |
| Hex | DB | CD | EE | 8 | E | 0 | 7 | 109 | 31 | 57 |
| Octal | 333 | 315 | 356 | 10 | 16 | 0 | 7 | 411 | 61 | 127 |
| Binary | 11011011 | 11001101 | 11101110 | 1000 | 1110 | 0 | 111 | 100001001 | 110001 | 1010111 |
Color Harmonies of #DBCDEE
Complementary color
Monochromatic Colors of #DBCDEE
Black with #DBCDEE
Text Example
Text Example
White with #DBCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDEE; }
p { color: rgb(219,205,238); }
H1.HeaderClassName
{
color: #DBCDEE;
}
.AnyTagClassName
{
color: #DBCDEE;
}
</style>
background-color css
<style>
a { background-color: #DBCDEE; }
a { background-color: rgb(219,205,238); }
div.DivClassName
{
background-color: #DBCDEE;
}
.BgClassName
{
background-color: #DBCDEE;
}
</style>
border-color css
<style>
span { border-color: #DBCDEE; }
span { border-color: rgb(219,205,238); }
td.TdClassName
{
border-color: #DBCDEE;
}
.TagClassName
{
border-color: #DBCDEE;
}
</style>