Shades of Fog #DABDEC
Tints of Fog #DABDEC
RGB
CMYK
RGB Variations
Color information
#DABDEC (or 0xDABDEC) is known color: Fog. HEX triplet: DA, BD and EC. RGB value is (218,189,236). Sum of RGB (Red+Green+Blue) = 218+189+236=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #DABDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDEC is #254213. Grayscale: #CACACA. Windows color (decimal): -2441748 or 15515098. OLE color: 15515098.
HSL color Cylindrical-coordinate representation of color #DABDEC: hue angle of 277.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABDEC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 189 | 236 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.07 |
| HSL | 277.02º | 0.55% | 0.83% | - |
| HSV(B) | 277.02º | 0.2% | 0.93% | - |
| XYZ | 62.25 | 57.36 | 87.15 | - |
| YUV | 203.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 236 | 0.08 | 0.20 | 0 | 0.07 | 277.02 | 0.55 | 0.83 |
| Hex | DA | BD | EC | 8 | 14 | 0 | 7 | 115 | 37 | 53 |
| Octal | 332 | 275 | 354 | 10 | 24 | 0 | 7 | 425 | 67 | 123 |
| Binary | 11011010 | 10111101 | 11101100 | 1000 | 10100 | 0 | 111 | 100010101 | 110111 | 1010011 |
Color Harmonies of #DABDEC
Complementary color
Monochromatic Colors of #DABDEC
Black with #DABDEC
Text Example
Text Example
White with #DABDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDEC; }
p { color: rgb(218,189,236); }
H1.HeaderClassName
{
color: #DABDEC;
}
.AnyTagClassName
{
color: #DABDEC;
}
</style>
background-color css
<style>
a { background-color: #DABDEC; }
a { background-color: rgb(218,189,236); }
div.DivClassName
{
background-color: #DABDEC;
}
.BgClassName
{
background-color: #DABDEC;
}
</style>
border-color css
<style>
span { border-color: #DABDEC; }
span { border-color: rgb(218,189,236); }
td.TdClassName
{
border-color: #DABDEC;
}
.TagClassName
{
border-color: #DABDEC;
}
</style>