Shades of Fog #DABFEC
Tints of Fog #DABFEC
RGB
CMYK
RGB Variations
Color information
#DABFEC (or 0xDABFEC) is known color: Fog. HEX triplet: DA, BF and EC. RGB value is (218,191,236). Sum of RGB (Red+Green+Blue) = 218+191+236=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #DABFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFEC is #254013. Grayscale: #CCCCCC. Windows color (decimal): -2441236 or 15515610. OLE color: 15515610.
HSL color Cylindrical-coordinate representation of color #DABFEC: hue angle of 276º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABFEC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 191 | 236 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.07 |
| HSL | 276º | 0.54% | 0.84% | - |
| HSV(B) | 276º | 0.19% | 0.93% | - |
| XYZ | 62.68 | 58.22 | 87.29 | - |
| YUV | 204.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 236 | 0.08 | 0.19 | 0 | 0.07 | 276 | 0.54 | 0.84 |
| Hex | DA | BF | EC | 8 | 13 | 0 | 7 | 114 | 36 | 54 |
| Octal | 332 | 277 | 354 | 10 | 23 | 0 | 7 | 424 | 66 | 124 |
| Binary | 11011010 | 10111111 | 11101100 | 1000 | 10011 | 0 | 111 | 100010100 | 110110 | 1010100 |
Color Harmonies of #DABFEC
Complementary color
Monochromatic Colors of #DABFEC
Black with #DABFEC
Text Example
Text Example
White with #DABFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFEC; }
p { color: rgb(218,191,236); }
H1.HeaderClassName
{
color: #DABFEC;
}
.AnyTagClassName
{
color: #DABFEC;
}
</style>
background-color css
<style>
a { background-color: #DABFEC; }
a { background-color: rgb(218,191,236); }
div.DivClassName
{
background-color: #DABFEC;
}
.BgClassName
{
background-color: #DABFEC;
}
</style>
border-color css
<style>
span { border-color: #DABFEC; }
span { border-color: rgb(218,191,236); }
td.TdClassName
{
border-color: #DABFEC;
}
.TagClassName
{
border-color: #DABFEC;
}
</style>