Shades of Fog #DABDF1
Tints of Fog #DABDF1
RGB
CMYK
RGB Variations
Color information
#DABDF1 (or 0xDABDF1) is known color: Fog. HEX triplet: DA, BD and F1. RGB value is (218,189,241). Sum of RGB (Red+Green+Blue) = 218+189+241=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF1 is #25420E. Grayscale: #CBCBCB. Windows color (decimal): -2441743 or 15842778. OLE color: 15842778.
HSL color Cylindrical-coordinate representation of color #DABDF1: hue angle of 273.46º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABDF1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 189 | 241 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.05 |
| HSL | 273.46º | 0.65% | 0.84% | - |
| HSV(B) | 273.46º | 0.22% | 0.95% | - |
| XYZ | 62.99 | 57.65 | 91.03 | - |
| YUV | 203.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 241 | 0.10 | 0.22 | 0 | 0.05 | 273.46 | 0.65 | 0.84 |
| Hex | DA | BD | F1 | A | 16 | 0 | 5 | 111 | 41 | 54 |
| Octal | 332 | 275 | 361 | 12 | 26 | 0 | 5 | 421 | 101 | 124 |
| Binary | 11011010 | 10111101 | 11110001 | 1010 | 10110 | 0 | 101 | 100010001 | 1000001 | 1010100 |
Color Harmonies of #DABDF1
Complementary color
Monochromatic Colors of #DABDF1
Black with #DABDF1
Text Example
Text Example
White with #DABDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDF1; }
p { color: rgb(218,189,241); }
H1.HeaderClassName
{
color: #DABDF1;
}
.AnyTagClassName
{
color: #DABDF1;
}
</style>
background-color css
<style>
a { background-color: #DABDF1; }
a { background-color: rgb(218,189,241); }
div.DivClassName
{
background-color: #DABDF1;
}
.BgClassName
{
background-color: #DABDF1;
}
</style>
border-color css
<style>
span { border-color: #DABDF1; }
span { border-color: rgb(218,189,241); }
td.TdClassName
{
border-color: #DABDF1;
}
.TagClassName
{
border-color: #DABDF1;
}
</style>