Shades of Fog #DBCAF7
Tints of Fog #DBCAF7
RGB
CMYK
RGB Variations
Color information
#DBCAF7 (or 0xDBCAF7) is known color: Fog. HEX triplet: DB, CA and F7. RGB value is (219,202,247). Sum of RGB (Red+Green+Blue) = 219+202+247=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF7 is #243508. Grayscale: #D4D4D4. Windows color (decimal): -2372873 or 16239323. OLE color: 16239323.
HSL color Cylindrical-coordinate representation of color #DBCAF7: hue angle of 262.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCAF7 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 202 | 247 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.03 |
| HSL | 262.67º | 0.74% | 0.88% | - |
| HSV(B) | 262.67º | 0.18% | 0.97% | - |
| XYZ | 67.12 | 64.02 | 96.81 | - |
| YUV | 212.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 247 | 0.11 | 0.18 | 0 | 0.03 | 262.67 | 0.74 | 0.88 |
| Hex | DB | CA | F7 | B | 12 | 0 | 3 | 107 | 4A | 58 |
| Octal | 333 | 312 | 367 | 13 | 22 | 0 | 3 | 407 | 112 | 130 |
| Binary | 11011011 | 11001010 | 11110111 | 1011 | 10010 | 0 | 11 | 100000111 | 1001010 | 1011000 |
Color Harmonies of #DBCAF7
Complementary color
Monochromatic Colors of #DBCAF7
Black with #DBCAF7
Text Example
Text Example
White with #DBCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF7; }
p { color: rgb(219,202,247); }
H1.HeaderClassName
{
color: #DBCAF7;
}
.AnyTagClassName
{
color: #DBCAF7;
}
</style>
background-color css
<style>
a { background-color: #DBCAF7; }
a { background-color: rgb(219,202,247); }
div.DivClassName
{
background-color: #DBCAF7;
}
.BgClassName
{
background-color: #DBCAF7;
}
</style>
border-color css
<style>
span { border-color: #DBCAF7; }
span { border-color: rgb(219,202,247); }
td.TdClassName
{
border-color: #DBCAF7;
}
.TagClassName
{
border-color: #DBCAF7;
}
</style>