Shades of Fog #DABCF0
Tints of Fog #DABCF0
RGB
CMYK
RGB Variations
Color information
#DABCF0 (or 0xDABCF0) is known color: Fog. HEX triplet: DA, BC and F0. RGB value is (218,188,240). Sum of RGB (Red+Green+Blue) = 218+188+240=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #DABCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF0 is #25430F. Grayscale: #CACACA. Windows color (decimal): -2442000 or 15776986. OLE color: 15776986.
HSL color Cylindrical-coordinate representation of color #DABCF0: hue angle of 274.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABCF0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 188 | 240 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.06 |
| HSL | 274.62º | 0.63% | 0.84% | - |
| HSV(B) | 274.62º | 0.22% | 0.94% | - |
| XYZ | 62.62 | 57.16 | 90.17 | - |
| YUV | 202.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 240 | 0.09 | 0.22 | 0 | 0.06 | 274.62 | 0.63 | 0.84 |
| Hex | DA | BC | F0 | 9 | 16 | 0 | 6 | 113 | 3F | 54 |
| Octal | 332 | 274 | 360 | 11 | 26 | 0 | 6 | 423 | 77 | 124 |
| Binary | 11011010 | 10111100 | 11110000 | 1001 | 10110 | 0 | 110 | 100010011 | 111111 | 1010100 |
Color Harmonies of #DABCF0
Complementary color
Monochromatic Colors of #DABCF0
Black with #DABCF0
Text Example
Text Example
White with #DABCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCF0; }
p { color: rgb(218,188,240); }
H1.HeaderClassName
{
color: #DABCF0;
}
.AnyTagClassName
{
color: #DABCF0;
}
</style>
background-color css
<style>
a { background-color: #DABCF0; }
a { background-color: rgb(218,188,240); }
div.DivClassName
{
background-color: #DABCF0;
}
.BgClassName
{
background-color: #DABCF0;
}
</style>
border-color css
<style>
span { border-color: #DABCF0; }
span { border-color: rgb(218,188,240); }
td.TdClassName
{
border-color: #DABCF0;
}
.TagClassName
{
border-color: #DABCF0;
}
</style>