Shades of Fog #DBCCF0
Tints of Fog #DBCCF0
RGB
CMYK
RGB Variations
Color information
#DBCCF0 (or 0xDBCCF0) is known color: Fog. HEX triplet: DB, CC and F0. RGB value is (219,204,240). Sum of RGB (Red+Green+Blue) = 219+204+240=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCF0 is #24330F. Grayscale: #D4D4D4. Windows color (decimal): -2372368 or 15781083. OLE color: 15781083.
HSL color Cylindrical-coordinate representation of color #DBCCF0: hue angle of 265º degrees, saturation: 0.55, 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 #DBCCF0 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 204 | 240 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.06 |
| HSL | 265º | 0.55% | 0.87% | - |
| HSV(B) | 265º | 0.15% | 0.94% | - |
| XYZ | 66.53 | 64.54 | 91.39 | - |
| YUV | 212.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 240 | 0.09 | 0.15 | 0 | 0.06 | 265 | 0.55 | 0.87 |
| Hex | DB | CC | F0 | 9 | F | 0 | 6 | 109 | 37 | 57 |
| Octal | 333 | 314 | 360 | 11 | 17 | 0 | 6 | 411 | 67 | 127 |
| Binary | 11011011 | 11001100 | 11110000 | 1001 | 1111 | 0 | 110 | 100001001 | 110111 | 1010111 |
Color Harmonies of #DBCCF0
Complementary color
Monochromatic Colors of #DBCCF0
Black with #DBCCF0
Text Example
Text Example
White with #DBCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCF0; }
p { color: rgb(219,204,240); }
H1.HeaderClassName
{
color: #DBCCF0;
}
.AnyTagClassName
{
color: #DBCCF0;
}
</style>
background-color css
<style>
a { background-color: #DBCCF0; }
a { background-color: rgb(219,204,240); }
div.DivClassName
{
background-color: #DBCCF0;
}
.BgClassName
{
background-color: #DBCCF0;
}
</style>
border-color css
<style>
span { border-color: #DBCCF0; }
span { border-color: rgb(219,204,240); }
td.TdClassName
{
border-color: #DBCCF0;
}
.TagClassName
{
border-color: #DBCCF0;
}
</style>