Shades of Fog #DBCCF5
Tints of Fog #DBCCF5
RGB
CMYK
RGB Variations
Color information
#DBCCF5 (or 0xDBCCF5) is known color: Fog. HEX triplet: DB, CC and F5. RGB value is (219,204,245). Sum of RGB (Red+Green+Blue) = 219+204+245=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCF5 is #24330A. Grayscale: #D5D5D5. Windows color (decimal): -2372363 or 16108763. OLE color: 16108763.
HSL color Cylindrical-coordinate representation of color #DBCCF5: hue angle of 261.95º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCCF5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 204 | 245 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.04 |
| HSL | 261.95º | 0.67% | 0.88% | - |
| HSV(B) | 261.95º | 0.17% | 0.96% | - |
| XYZ | 67.29 | 64.84 | 95.35 | - |
| YUV | 213.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 245 | 0.11 | 0.17 | 0 | 0.04 | 261.95 | 0.67 | 0.88 |
| Hex | DB | CC | F5 | B | 11 | 0 | 4 | 106 | 43 | 58 |
| Octal | 333 | 314 | 365 | 13 | 21 | 0 | 4 | 406 | 103 | 130 |
| Binary | 11011011 | 11001100 | 11110101 | 1011 | 10001 | 0 | 100 | 100000110 | 1000011 | 1011000 |
Color Harmonies of #DBCCF5
Complementary color
Monochromatic Colors of #DBCCF5
Black with #DBCCF5
Text Example
Text Example
White with #DBCCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCF5; }
p { color: rgb(219,204,245); }
H1.HeaderClassName
{
color: #DBCCF5;
}
.AnyTagClassName
{
color: #DBCCF5;
}
</style>
background-color css
<style>
a { background-color: #DBCCF5; }
a { background-color: rgb(219,204,245); }
div.DivClassName
{
background-color: #DBCCF5;
}
.BgClassName
{
background-color: #DBCCF5;
}
</style>
border-color css
<style>
span { border-color: #DBCCF5; }
span { border-color: rgb(219,204,245); }
td.TdClassName
{
border-color: #DBCCF5;
}
.TagClassName
{
border-color: #DBCCF5;
}
</style>