Shades of Fog #DBCBED
Tints of Fog #DBCBED
RGB
CMYK
RGB Variations
Color information
#DBCBED (or 0xDBCBED) is known color: Fog. HEX triplet: DB, CB and ED. RGB value is (219,203,237). Sum of RGB (Red+Green+Blue) = 219+203+237=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBED is #243412. Grayscale: #D3D3D3. Windows color (decimal): -2372627 or 15584219. OLE color: 15584219.
HSL color Cylindrical-coordinate representation of color #DBCBED: hue angle of 268.24º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCBED is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 203 | 237 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.07 |
| HSL | 268.24º | 0.49% | 0.86% | - |
| HSV(B) | 268.24º | 0.14% | 0.93% | - |
| XYZ | 65.86 | 63.89 | 88.98 | - |
| YUV | 211.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 237 | 0.08 | 0.14 | 0 | 0.07 | 268.24 | 0.49 | 0.86 |
| Hex | DB | CB | ED | 8 | E | 0 | 7 | 10C | 31 | 56 |
| Octal | 333 | 313 | 355 | 10 | 16 | 0 | 7 | 414 | 61 | 126 |
| Binary | 11011011 | 11001011 | 11101101 | 1000 | 1110 | 0 | 111 | 100001100 | 110001 | 1010110 |
Color Harmonies of #DBCBED
Complementary color
Monochromatic Colors of #DBCBED
Black with #DBCBED
Text Example
Text Example
White with #DBCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBED; }
p { color: rgb(219,203,237); }
H1.HeaderClassName
{
color: #DBCBED;
}
.AnyTagClassName
{
color: #DBCBED;
}
</style>
background-color css
<style>
a { background-color: #DBCBED; }
a { background-color: rgb(219,203,237); }
div.DivClassName
{
background-color: #DBCBED;
}
.BgClassName
{
background-color: #DBCBED;
}
</style>
border-color css
<style>
span { border-color: #DBCBED; }
span { border-color: rgb(219,203,237); }
td.TdClassName
{
border-color: #DBCBED;
}
.TagClassName
{
border-color: #DBCBED;
}
</style>