Shades of Fog #DBCAF5
Tints of Fog #DBCAF5
RGB
CMYK
RGB Variations
Color information
#DBCAF5 (or 0xDBCAF5) is known color: Fog. HEX triplet: DB, CA and F5. RGB value is (219,202,245). Sum of RGB (Red+Green+Blue) = 219+202+245=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF5 is #24350A. Grayscale: #D3D3D3. Windows color (decimal): -2372875 or 16108251. OLE color: 16108251.
HSL color Cylindrical-coordinate representation of color #DBCAF5: hue angle of 263.72º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCAF5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 202 | 245 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.04 |
| HSL | 263.72º | 0.68% | 0.88% | - |
| HSV(B) | 263.72º | 0.18% | 0.96% | - |
| XYZ | 66.82 | 63.89 | 95.2 | - |
| YUV | 211.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 245 | 0.11 | 0.18 | 0 | 0.04 | 263.72 | 0.68 | 0.88 |
| Hex | DB | CA | F5 | B | 12 | 0 | 4 | 108 | 44 | 58 |
| Octal | 333 | 312 | 365 | 13 | 22 | 0 | 4 | 410 | 104 | 130 |
| Binary | 11011011 | 11001010 | 11110101 | 1011 | 10010 | 0 | 100 | 100001000 | 1000100 | 1011000 |
Color Harmonies of #DBCAF5
Complementary color
Monochromatic Colors of #DBCAF5
Black with #DBCAF5
Text Example
Text Example
White with #DBCAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF5; }
p { color: rgb(219,202,245); }
H1.HeaderClassName
{
color: #DBCAF5;
}
.AnyTagClassName
{
color: #DBCAF5;
}
</style>
background-color css
<style>
a { background-color: #DBCAF5; }
a { background-color: rgb(219,202,245); }
div.DivClassName
{
background-color: #DBCAF5;
}
.BgClassName
{
background-color: #DBCAF5;
}
</style>
border-color css
<style>
span { border-color: #DBCAF5; }
span { border-color: rgb(219,202,245); }
td.TdClassName
{
border-color: #DBCAF5;
}
.TagClassName
{
border-color: #DBCAF5;
}
</style>