Shades of Fog #DABEF0
Tints of Fog #DABEF0
RGB
CMYK
RGB Variations
Color information
#DABEF0 (or 0xDABEF0) is known color: Fog. HEX triplet: DA, BE and F0. RGB value is (218,190,240). Sum of RGB (Red+Green+Blue) = 218+190+240=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #DABEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEF0 is #25410F. Grayscale: #CBCBCB. Windows color (decimal): -2441488 or 15777498. OLE color: 15777498.
HSL color Cylindrical-coordinate representation of color #DABEF0: hue angle of 273.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABEF0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 190 | 240 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.06 |
| HSL | 273.6º | 0.63% | 0.84% | - |
| HSV(B) | 273.6º | 0.21% | 0.94% | - |
| XYZ | 63.06 | 58.02 | 90.31 | - |
| YUV | 204.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 240 | 0.09 | 0.21 | 0 | 0.06 | 273.6 | 0.63 | 0.84 |
| Hex | DA | BE | F0 | 9 | 15 | 0 | 6 | 112 | 3E | 54 |
| Octal | 332 | 276 | 360 | 11 | 25 | 0 | 6 | 422 | 76 | 124 |
| Binary | 11011010 | 10111110 | 11110000 | 1001 | 10101 | 0 | 110 | 100010010 | 111110 | 1010100 |
Color Harmonies of #DABEF0
Complementary color
Monochromatic Colors of #DABEF0
Black with #DABEF0
Text Example
Text Example
White with #DABEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEF0; }
p { color: rgb(218,190,240); }
H1.HeaderClassName
{
color: #DABEF0;
}
.AnyTagClassName
{
color: #DABEF0;
}
</style>
background-color css
<style>
a { background-color: #DABEF0; }
a { background-color: rgb(218,190,240); }
div.DivClassName
{
background-color: #DABEF0;
}
.BgClassName
{
background-color: #DABEF0;
}
</style>
border-color css
<style>
span { border-color: #DABEF0; }
span { border-color: rgb(218,190,240); }
td.TdClassName
{
border-color: #DABEF0;
}
.TagClassName
{
border-color: #DABEF0;
}
</style>