Shades of Fog #DBCCF2
Tints of Fog #DBCCF2
RGB
CMYK
RGB Variations
Color information
#DBCCF2 (or 0xDBCCF2) is known color: Fog. HEX triplet: DB, CC and F2. RGB value is (219,204,242). Sum of RGB (Red+Green+Blue) = 219+204+242=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCF2 is #24330D. Grayscale: #D4D4D4. Windows color (decimal): -2372366 or 15912155. OLE color: 15912155.
HSL color Cylindrical-coordinate representation of color #DBCCF2: hue angle of 263.68º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCCF2 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 204 | 242 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.05 |
| HSL | 263.68º | 0.59% | 0.87% | - |
| HSV(B) | 263.68º | 0.16% | 0.95% | - |
| XYZ | 66.83 | 64.66 | 92.96 | - |
| YUV | 212.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 242 | 0.10 | 0.16 | 0 | 0.05 | 263.68 | 0.59 | 0.87 |
| Hex | DB | CC | F2 | A | 10 | 0 | 5 | 108 | 3B | 57 |
| Octal | 333 | 314 | 362 | 12 | 20 | 0 | 5 | 410 | 73 | 127 |
| Binary | 11011011 | 11001100 | 11110010 | 1010 | 10000 | 0 | 101 | 100001000 | 111011 | 1010111 |
Color Harmonies of #DBCCF2
Complementary color
Monochromatic Colors of #DBCCF2
Black with #DBCCF2
Text Example
Text Example
White with #DBCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCF2; }
p { color: rgb(219,204,242); }
H1.HeaderClassName
{
color: #DBCCF2;
}
.AnyTagClassName
{
color: #DBCCF2;
}
</style>
background-color css
<style>
a { background-color: #DBCCF2; }
a { background-color: rgb(219,204,242); }
div.DivClassName
{
background-color: #DBCCF2;
}
.BgClassName
{
background-color: #DBCCF2;
}
</style>
border-color css
<style>
span { border-color: #DBCCF2; }
span { border-color: rgb(219,204,242); }
td.TdClassName
{
border-color: #DBCCF2;
}
.TagClassName
{
border-color: #DBCCF2;
}
</style>