Shades of Fog #DBCCFF
Tints of Fog #DBCCFF
RGB
CMYK
RGB Variations
Color information
#DBCCFF (or 0xDBCCFF) is known color: Fog. HEX triplet: DB, CC and FF. RGB value is (219,204,255). Sum of RGB (Red+Green+Blue) = 219+204+255=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCFF is #243300. Grayscale: #D6D6D6. Windows color (decimal): -2372353 or 16764123. OLE color: 16764123.
HSL color Cylindrical-coordinate representation of color #DBCCFF: hue angle of 257.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBCCFF is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 204 | 255 | - |
| CMYK | 0.14 | 0.2 | 0 | 0 |
| HSL | 257.65º | 1% | 0.9% | - |
| HSV(B) | 257.65º | 0.2% | 1% | - |
| XYZ | 68.86 | 65.47 | 103.61 | - |
| YUV | 214.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 255 | 0.14 | 0.2 | 0 | 0 | 257.65 | 1 | 0.9 |
| Hex | DB | CC | FF | E | 14 | 0 | 0 | 102 | 64 | 5A |
| Octal | 333 | 314 | 377 | 16 | 24 | 0 | 0 | 402 | 144 | 132 |
| Binary | 11011011 | 11001100 | 11111111 | 1110 | 10100 | 0 | 0 | 100000010 | 1100100 | 1011010 |
Color Harmonies of #DBCCFF
Complementary color
Monochromatic Colors of #DBCCFF
Black with #DBCCFF
Text Example
Text Example
White with #DBCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCFF; }
p { color: rgb(219,204,255); }
H1.HeaderClassName
{
color: #DBCCFF;
}
.AnyTagClassName
{
color: #DBCCFF;
}
</style>
background-color css
<style>
a { background-color: #DBCCFF; }
a { background-color: rgb(219,204,255); }
div.DivClassName
{
background-color: #DBCCFF;
}
.BgClassName
{
background-color: #DBCCFF;
}
</style>
border-color css
<style>
span { border-color: #DBCCFF; }
span { border-color: rgb(219,204,255); }
td.TdClassName
{
border-color: #DBCCFF;
}
.TagClassName
{
border-color: #DBCCFF;
}
</style>