Shades of Fog #DBCAF1
Tints of Fog #DBCAF1
RGB
CMYK
RGB Variations
Color information
#DBCAF1 (or 0xDBCAF1) is known color: Fog. HEX triplet: DB, CA and F1. RGB value is (219,202,241). Sum of RGB (Red+Green+Blue) = 219+202+241=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF1 is #24350E. Grayscale: #D3D3D3. Windows color (decimal): -2372879 or 15846107. OLE color: 15846107.
HSL color Cylindrical-coordinate representation of color #DBCAF1: hue angle of 266.15º degrees, saturation: 0.58, 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 #DBCAF1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 202 | 241 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.05 |
| HSL | 266.15º | 0.58% | 0.87% | - |
| HSV(B) | 266.15º | 0.16% | 0.95% | - |
| XYZ | 66.21 | 63.65 | 92.02 | - |
| YUV | 211.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 241 | 0.09 | 0.16 | 0 | 0.05 | 266.15 | 0.58 | 0.87 |
| Hex | DB | CA | F1 | 9 | 10 | 0 | 5 | 10A | 3A | 57 |
| Octal | 333 | 312 | 361 | 11 | 20 | 0 | 5 | 412 | 72 | 127 |
| Binary | 11011011 | 11001010 | 11110001 | 1001 | 10000 | 0 | 101 | 100001010 | 111010 | 1010111 |
Color Harmonies of #DBCAF1
Complementary color
Monochromatic Colors of #DBCAF1
Black with #DBCAF1
Text Example
Text Example
White with #DBCAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF1; }
p { color: rgb(219,202,241); }
H1.HeaderClassName
{
color: #DBCAF1;
}
.AnyTagClassName
{
color: #DBCAF1;
}
</style>
background-color css
<style>
a { background-color: #DBCAF1; }
a { background-color: rgb(219,202,241); }
div.DivClassName
{
background-color: #DBCAF1;
}
.BgClassName
{
background-color: #DBCAF1;
}
</style>
border-color css
<style>
span { border-color: #DBCAF1; }
span { border-color: rgb(219,202,241); }
td.TdClassName
{
border-color: #DBCAF1;
}
.TagClassName
{
border-color: #DBCAF1;
}
</style>