Shades of Fog #DBCEED
Tints of Fog #DBCEED
RGB
CMYK
RGB Variations
Color information
#DBCEED (or 0xDBCEED) is known color: Fog. HEX triplet: DB, CE and ED. RGB value is (219,206,237). Sum of RGB (Red+Green+Blue) = 219+206+237=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEED is #243112. Grayscale: #D5D5D5. Windows color (decimal): -2371859 or 15584987. OLE color: 15584987.
HSL color Cylindrical-coordinate representation of color #DBCEED: hue angle of 265.16º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCEED is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 206 | 237 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 265.16º | 0.46% | 0.87% | - |
| HSV(B) | 265.16º | 0.13% | 0.93% | - |
| XYZ | 66.57 | 65.32 | 89.22 | - |
| YUV | 213.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 237 | 0.08 | 0.13 | 0 | 0.07 | 265.16 | 0.46 | 0.87 |
| Hex | DB | CE | ED | 8 | D | 0 | 7 | 109 | 2E | 57 |
| Octal | 333 | 316 | 355 | 10 | 15 | 0 | 7 | 411 | 56 | 127 |
| Binary | 11011011 | 11001110 | 11101101 | 1000 | 1101 | 0 | 111 | 100001001 | 101110 | 1010111 |
Color Harmonies of #DBCEED
Complementary color
Monochromatic Colors of #DBCEED
Black with #DBCEED
Text Example
Text Example
White with #DBCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEED; }
p { color: rgb(219,206,237); }
H1.HeaderClassName
{
color: #DBCEED;
}
.AnyTagClassName
{
color: #DBCEED;
}
</style>
background-color css
<style>
a { background-color: #DBCEED; }
a { background-color: rgb(219,206,237); }
div.DivClassName
{
background-color: #DBCEED;
}
.BgClassName
{
background-color: #DBCEED;
}
</style>
border-color css
<style>
span { border-color: #DBCEED; }
span { border-color: rgb(219,206,237); }
td.TdClassName
{
border-color: #DBCEED;
}
.TagClassName
{
border-color: #DBCEED;
}
</style>