Shades of Fog #DABEF2
Tints of Fog #DABEF2
RGB
CMYK
RGB Variations
Color information
#DABEF2 (or 0xDABEF2) is known color: Fog. HEX triplet: DA, BE and F2. RGB value is (218,190,242). Sum of RGB (Red+Green+Blue) = 218+190+242=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #DABEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEF2 is #25410D. Grayscale: #CCCCCC. Windows color (decimal): -2441486 or 15908570. OLE color: 15908570.
HSL color Cylindrical-coordinate representation of color #DABEF2: hue angle of 272.31º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABEF2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 190 | 242 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.05 |
| HSL | 272.31º | 0.67% | 0.85% | - |
| HSV(B) | 272.31º | 0.21% | 0.95% | - |
| XYZ | 63.35 | 58.14 | 91.89 | - |
| YUV | 204.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 242 | 0.10 | 0.21 | 0 | 0.05 | 272.31 | 0.67 | 0.85 |
| Hex | DA | BE | F2 | A | 15 | 0 | 5 | 110 | 43 | 55 |
| Octal | 332 | 276 | 362 | 12 | 25 | 0 | 5 | 420 | 103 | 125 |
| Binary | 11011010 | 10111110 | 11110010 | 1010 | 10101 | 0 | 101 | 100010000 | 1000011 | 1010101 |
Color Harmonies of #DABEF2
Complementary color
Monochromatic Colors of #DABEF2
Black with #DABEF2
Text Example
Text Example
White with #DABEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEF2; }
p { color: rgb(218,190,242); }
H1.HeaderClassName
{
color: #DABEF2;
}
.AnyTagClassName
{
color: #DABEF2;
}
</style>
background-color css
<style>
a { background-color: #DABEF2; }
a { background-color: rgb(218,190,242); }
div.DivClassName
{
background-color: #DABEF2;
}
.BgClassName
{
background-color: #DABEF2;
}
</style>
border-color css
<style>
span { border-color: #DABEF2; }
span { border-color: rgb(218,190,242); }
td.TdClassName
{
border-color: #DABEF2;
}
.TagClassName
{
border-color: #DABEF2;
}
</style>