Shades of Fog #DABEF5
Tints of Fog #DABEF5
RGB
CMYK
RGB Variations
Color information
#DABEF5 (or 0xDABEF5) is known color: Fog. HEX triplet: DA, BE and F5. RGB value is (218,190,245). Sum of RGB (Red+Green+Blue) = 218+190+245=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #DABEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEF5 is #25410A. Grayscale: #CCCCCC. Windows color (decimal): -2441483 or 16105178. OLE color: 16105178.
HSL color Cylindrical-coordinate representation of color #DABEF5: hue angle of 270.55º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABEF5 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 190 | 245 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.04 |
| HSL | 270.55º | 0.73% | 0.85% | - |
| HSV(B) | 270.55º | 0.22% | 0.96% | - |
| XYZ | 63.81 | 58.32 | 94.28 | - |
| YUV | 204.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 245 | 0.11 | 0.22 | 0 | 0.04 | 270.55 | 0.73 | 0.85 |
| Hex | DA | BE | F5 | B | 16 | 0 | 4 | 10F | 49 | 55 |
| Octal | 332 | 276 | 365 | 13 | 26 | 0 | 4 | 417 | 111 | 125 |
| Binary | 11011010 | 10111110 | 11110101 | 1011 | 10110 | 0 | 100 | 100001111 | 1001001 | 1010101 |
Color Harmonies of #DABEF5
Complementary color
Monochromatic Colors of #DABEF5
Black with #DABEF5
Text Example
Text Example
White with #DABEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEF5; }
p { color: rgb(218,190,245); }
H1.HeaderClassName
{
color: #DABEF5;
}
.AnyTagClassName
{
color: #DABEF5;
}
</style>
background-color css
<style>
a { background-color: #DABEF5; }
a { background-color: rgb(218,190,245); }
div.DivClassName
{
background-color: #DABEF5;
}
.BgClassName
{
background-color: #DABEF5;
}
</style>
border-color css
<style>
span { border-color: #DABEF5; }
span { border-color: rgb(218,190,245); }
td.TdClassName
{
border-color: #DABEF5;
}
.TagClassName
{
border-color: #DABEF5;
}
</style>