Shades of Fog #DBCFF2
Tints of Fog #DBCFF2
RGB
CMYK
RGB Variations
Color information
#DBCFF2 (or 0xDBCFF2) is known color: Fog. HEX triplet: DB, CF and F2. RGB value is (219,207,242). Sum of RGB (Red+Green+Blue) = 219+207+242=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFF2 is #24300D. Grayscale: #D6D6D6. Windows color (decimal): -2371598 or 15912923. OLE color: 15912923.
HSL color Cylindrical-coordinate representation of color #DBCFF2: hue angle of 260.57º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCFF2 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 207 | 242 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.05 |
| HSL | 260.57º | 0.57% | 0.88% | - |
| HSV(B) | 260.57º | 0.14% | 0.95% | - |
| XYZ | 67.55 | 66.1 | 93.2 | - |
| YUV | 214.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 242 | 0.10 | 0.14 | 0 | 0.05 | 260.57 | 0.57 | 0.88 |
| Hex | DB | CF | F2 | A | E | 0 | 5 | 105 | 39 | 58 |
| Octal | 333 | 317 | 362 | 12 | 16 | 0 | 5 | 405 | 71 | 130 |
| Binary | 11011011 | 11001111 | 11110010 | 1010 | 1110 | 0 | 101 | 100000101 | 111001 | 1011000 |
Color Harmonies of #DBCFF2
Complementary color
Monochromatic Colors of #DBCFF2
Black with #DBCFF2
Text Example
Text Example
White with #DBCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFF2; }
p { color: rgb(219,207,242); }
H1.HeaderClassName
{
color: #DBCFF2;
}
.AnyTagClassName
{
color: #DBCFF2;
}
</style>
background-color css
<style>
a { background-color: #DBCFF2; }
a { background-color: rgb(219,207,242); }
div.DivClassName
{
background-color: #DBCFF2;
}
.BgClassName
{
background-color: #DBCFF2;
}
</style>
border-color css
<style>
span { border-color: #DBCFF2; }
span { border-color: rgb(219,207,242); }
td.TdClassName
{
border-color: #DBCFF2;
}
.TagClassName
{
border-color: #DBCFF2;
}
</style>