Shades of Fog #DABDF4
Tints of Fog #DABDF4
RGB
CMYK
RGB Variations
Color information
#DABDF4 (or 0xDABDF4) is known color: Fog. HEX triplet: DA, BD and F4. RGB value is (218,189,244). Sum of RGB (Red+Green+Blue) = 218+189+244=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #DABDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF4 is #25420B. Grayscale: #CBCBCB. Windows color (decimal): -2441740 or 16039386. OLE color: 16039386.
HSL color Cylindrical-coordinate representation of color #DABDF4: hue angle of 271.64º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABDF4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 189 | 244 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 271.64º | 0.71% | 0.85% | - |
| HSV(B) | 271.64º | 0.23% | 0.96% | - |
| XYZ | 63.44 | 57.83 | 93.41 | - |
| YUV | 203.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 244 | 0.11 | 0.23 | 0 | 0.04 | 271.64 | 0.71 | 0.85 |
| Hex | DA | BD | F4 | B | 17 | 0 | 4 | 110 | 47 | 55 |
| Octal | 332 | 275 | 364 | 13 | 27 | 0 | 4 | 420 | 107 | 125 |
| Binary | 11011010 | 10111101 | 11110100 | 1011 | 10111 | 0 | 100 | 100010000 | 1000111 | 1010101 |
Color Harmonies of #DABDF4
Complementary color
Monochromatic Colors of #DABDF4
Black with #DABDF4
Text Example
Text Example
White with #DABDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDF4; }
p { color: rgb(218,189,244); }
H1.HeaderClassName
{
color: #DABDF4;
}
.AnyTagClassName
{
color: #DABDF4;
}
</style>
background-color css
<style>
a { background-color: #DABDF4; }
a { background-color: rgb(218,189,244); }
div.DivClassName
{
background-color: #DABDF4;
}
.BgClassName
{
background-color: #DABDF4;
}
</style>
border-color css
<style>
span { border-color: #DABDF4; }
span { border-color: rgb(218,189,244); }
td.TdClassName
{
border-color: #DABDF4;
}
.TagClassName
{
border-color: #DABDF4;
}
</style>