Shades of Fog #DBCBF2
Tints of Fog #DBCBF2
RGB
CMYK
RGB Variations
Color information
#DBCBF2 (or 0xDBCBF2) is known color: Fog. HEX triplet: DB, CB and F2. RGB value is (219,203,242). Sum of RGB (Red+Green+Blue) = 219+203+242=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBF2 is #24340D. Grayscale: #D4D4D4. Windows color (decimal): -2372622 or 15911899. OLE color: 15911899.
HSL color Cylindrical-coordinate representation of color #DBCBF2: hue angle of 264.62º degrees, saturation: 0.6, 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 #DBCBF2 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 203 | 242 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.05 |
| HSL | 264.62º | 0.6% | 0.87% | - |
| HSV(B) | 264.62º | 0.16% | 0.95% | - |
| XYZ | 66.6 | 64.18 | 92.88 | - |
| YUV | 212.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 242 | 0.10 | 0.16 | 0 | 0.05 | 264.62 | 0.6 | 0.87 |
| Hex | DB | CB | F2 | A | 10 | 0 | 5 | 109 | 3C | 57 |
| Octal | 333 | 313 | 362 | 12 | 20 | 0 | 5 | 411 | 74 | 127 |
| Binary | 11011011 | 11001011 | 11110010 | 1010 | 10000 | 0 | 101 | 100001001 | 111100 | 1010111 |
Color Harmonies of #DBCBF2
Complementary color
Monochromatic Colors of #DBCBF2
Black with #DBCBF2
Text Example
Text Example
White with #DBCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBF2; }
p { color: rgb(219,203,242); }
H1.HeaderClassName
{
color: #DBCBF2;
}
.AnyTagClassName
{
color: #DBCBF2;
}
</style>
background-color css
<style>
a { background-color: #DBCBF2; }
a { background-color: rgb(219,203,242); }
div.DivClassName
{
background-color: #DBCBF2;
}
.BgClassName
{
background-color: #DBCBF2;
}
</style>
border-color css
<style>
span { border-color: #DBCBF2; }
span { border-color: rgb(219,203,242); }
td.TdClassName
{
border-color: #DBCBF2;
}
.TagClassName
{
border-color: #DBCBF2;
}
</style>