Shades of Fog #DBCCF3
Tints of Fog #DBCCF3
RGB
CMYK
RGB Variations
Color information
#DBCCF3 (or 0xDBCCF3) is known color: Fog. HEX triplet: DB, CC and F3. RGB value is (219,204,243). Sum of RGB (Red+Green+Blue) = 219+204+243=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBCCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCF3 is #24330C. Grayscale: #D4D4D4. Windows color (decimal): -2372365 or 15977691. OLE color: 15977691.
HSL color Cylindrical-coordinate representation of color #DBCCF3: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCCF3 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 204 | 243 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.05 |
| HSL | 263.08º | 0.62% | 0.88% | - |
| HSV(B) | 263.08º | 0.16% | 0.95% | - |
| XYZ | 66.98 | 64.72 | 93.76 | - |
| YUV | 212.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 243 | 0.10 | 0.16 | 0 | 0.05 | 263.08 | 0.62 | 0.88 |
| Hex | DB | CC | F3 | A | 10 | 0 | 5 | 107 | 3E | 58 |
| Octal | 333 | 314 | 363 | 12 | 20 | 0 | 5 | 407 | 76 | 130 |
| Binary | 11011011 | 11001100 | 11110011 | 1010 | 10000 | 0 | 101 | 100000111 | 111110 | 1011000 |
Color Harmonies of #DBCCF3
Complementary color
Monochromatic Colors of #DBCCF3
Black with #DBCCF3
Text Example
Text Example
White with #DBCCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCF3; }
p { color: rgb(219,204,243); }
H1.HeaderClassName
{
color: #DBCCF3;
}
.AnyTagClassName
{
color: #DBCCF3;
}
</style>
background-color css
<style>
a { background-color: #DBCCF3; }
a { background-color: rgb(219,204,243); }
div.DivClassName
{
background-color: #DBCCF3;
}
.BgClassName
{
background-color: #DBCCF3;
}
</style>
border-color css
<style>
span { border-color: #DBCCF3; }
span { border-color: rgb(219,204,243); }
td.TdClassName
{
border-color: #DBCCF3;
}
.TagClassName
{
border-color: #DBCCF3;
}
</style>