Shades of Fog #DBCAF2
Tints of Fog #DBCAF2
RGB
CMYK
RGB Variations
Color information
#DBCAF2 (or 0xDBCAF2) is known color: Fog. HEX triplet: DB, CA and F2. RGB value is (219,202,242). Sum of RGB (Red+Green+Blue) = 219+202+242=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF2 is #24350D. Grayscale: #D3D3D3. Windows color (decimal): -2372878 or 15911643. OLE color: 15911643.
HSL color Cylindrical-coordinate representation of color #DBCAF2: hue angle of 265.5º degrees, saturation: 0.61, 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 #DBCAF2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 202 | 242 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.05 |
| HSL | 265.5º | 0.61% | 0.87% | - |
| HSV(B) | 265.5º | 0.17% | 0.95% | - |
| XYZ | 66.36 | 63.71 | 92.8 | - |
| YUV | 211.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 242 | 0.10 | 0.17 | 0 | 0.05 | 265.5 | 0.61 | 0.87 |
| Hex | DB | CA | F2 | A | 11 | 0 | 5 | 10A | 3D | 57 |
| Octal | 333 | 312 | 362 | 12 | 21 | 0 | 5 | 412 | 75 | 127 |
| Binary | 11011011 | 11001010 | 11110010 | 1010 | 10001 | 0 | 101 | 100001010 | 111101 | 1010111 |
Color Harmonies of #DBCAF2
Complementary color
Monochromatic Colors of #DBCAF2
Black with #DBCAF2
Text Example
Text Example
White with #DBCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF2; }
p { color: rgb(219,202,242); }
H1.HeaderClassName
{
color: #DBCAF2;
}
.AnyTagClassName
{
color: #DBCAF2;
}
</style>
background-color css
<style>
a { background-color: #DBCAF2; }
a { background-color: rgb(219,202,242); }
div.DivClassName
{
background-color: #DBCAF2;
}
.BgClassName
{
background-color: #DBCAF2;
}
</style>
border-color css
<style>
span { border-color: #DBCAF2; }
span { border-color: rgb(219,202,242); }
td.TdClassName
{
border-color: #DBCAF2;
}
.TagClassName
{
border-color: #DBCAF2;
}
</style>