Shades of Fog #DBCAF3
Tints of Fog #DBCAF3
RGB
CMYK
RGB Variations
Color information
#DBCAF3 (or 0xDBCAF3) is known color: Fog. HEX triplet: DB, CA and F3. RGB value is (219,202,243). Sum of RGB (Red+Green+Blue) = 219+202+243=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF3 is #24350C. Grayscale: #D3D3D3. Windows color (decimal): -2372877 or 15977179. OLE color: 15977179.
HSL color Cylindrical-coordinate representation of color #DBCAF3: hue angle of 264.88º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCAF3 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 202 | 243 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.05 |
| HSL | 264.88º | 0.63% | 0.87% | - |
| HSV(B) | 264.88º | 0.17% | 0.95% | - |
| XYZ | 66.51 | 63.77 | 93.6 | - |
| YUV | 211.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 243 | 0.10 | 0.17 | 0 | 0.05 | 264.88 | 0.63 | 0.87 |
| Hex | DB | CA | F3 | A | 11 | 0 | 5 | 109 | 3F | 57 |
| Octal | 333 | 312 | 363 | 12 | 21 | 0 | 5 | 411 | 77 | 127 |
| Binary | 11011011 | 11001010 | 11110011 | 1010 | 10001 | 0 | 101 | 100001001 | 111111 | 1010111 |
Color Harmonies of #DBCAF3
Complementary color
Monochromatic Colors of #DBCAF3
Black with #DBCAF3
Text Example
Text Example
White with #DBCAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF3; }
p { color: rgb(219,202,243); }
H1.HeaderClassName
{
color: #DBCAF3;
}
.AnyTagClassName
{
color: #DBCAF3;
}
</style>
background-color css
<style>
a { background-color: #DBCAF3; }
a { background-color: rgb(219,202,243); }
div.DivClassName
{
background-color: #DBCAF3;
}
.BgClassName
{
background-color: #DBCAF3;
}
</style>
border-color css
<style>
span { border-color: #DBCAF3; }
span { border-color: rgb(219,202,243); }
td.TdClassName
{
border-color: #DBCAF3;
}
.TagClassName
{
border-color: #DBCAF3;
}
</style>