Shades of Fog #DBCCEF
Tints of Fog #DBCCEF
RGB
CMYK
RGB Variations
Color information
#DBCCEF (or 0xDBCCEF) is known color: Fog. HEX triplet: DB, CC and EF. RGB value is (219,204,239). Sum of RGB (Red+Green+Blue) = 219+204+239=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCEF is #243310. Grayscale: #D4D4D4. Windows color (decimal): -2372369 or 15715547. OLE color: 15715547.
HSL color Cylindrical-coordinate representation of color #DBCCEF: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCCEF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 204 | 239 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.06 |
| HSL | 265.71º | 0.52% | 0.87% | - |
| HSV(B) | 265.71º | 0.15% | 0.94% | - |
| XYZ | 66.39 | 64.48 | 90.61 | - |
| YUV | 212.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 239 | 0.08 | 0.15 | 0 | 0.06 | 265.71 | 0.52 | 0.87 |
| Hex | DB | CC | EF | 8 | F | 0 | 6 | 10A | 34 | 57 |
| Octal | 333 | 314 | 357 | 10 | 17 | 0 | 6 | 412 | 64 | 127 |
| Binary | 11011011 | 11001100 | 11101111 | 1000 | 1111 | 0 | 110 | 100001010 | 110100 | 1010111 |
Color Harmonies of #DBCCEF
Complementary color
Monochromatic Colors of #DBCCEF
Black with #DBCCEF
Text Example
Text Example
White with #DBCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCEF; }
p { color: rgb(219,204,239); }
H1.HeaderClassName
{
color: #DBCCEF;
}
.AnyTagClassName
{
color: #DBCCEF;
}
</style>
background-color css
<style>
a { background-color: #DBCCEF; }
a { background-color: rgb(219,204,239); }
div.DivClassName
{
background-color: #DBCCEF;
}
.BgClassName
{
background-color: #DBCCEF;
}
</style>
border-color css
<style>
span { border-color: #DBCCEF; }
span { border-color: rgb(219,204,239); }
td.TdClassName
{
border-color: #DBCCEF;
}
.TagClassName
{
border-color: #DBCCEF;
}
</style>