Shades of Fog #DABCEF
Tints of Fog #DABCEF
RGB
CMYK
RGB Variations
Color information
#DABCEF (or 0xDABCEF) is known color: Fog. HEX triplet: DA, BC and EF. RGB value is (218,188,239). Sum of RGB (Red+Green+Blue) = 218+188+239=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #DABCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCEF is #254310. Grayscale: #CACACA. Windows color (decimal): -2442001 or 15711450. OLE color: 15711450.
HSL color Cylindrical-coordinate representation of color #DABCEF: hue angle of 275.29º degrees, saturation: 0.61, 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 #DABCEF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 188 | 239 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.06 |
| HSL | 275.29º | 0.61% | 0.84% | - |
| HSV(B) | 275.29º | 0.21% | 0.94% | - |
| XYZ | 62.48 | 57.1 | 89.39 | - |
| YUV | 202.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 239 | 0.09 | 0.21 | 0 | 0.06 | 275.29 | 0.61 | 0.84 |
| Hex | DA | BC | EF | 9 | 15 | 0 | 6 | 113 | 3D | 54 |
| Octal | 332 | 274 | 357 | 11 | 25 | 0 | 6 | 423 | 75 | 124 |
| Binary | 11011010 | 10111100 | 11101111 | 1001 | 10101 | 0 | 110 | 100010011 | 111101 | 1010100 |
Color Harmonies of #DABCEF
Complementary color
Monochromatic Colors of #DABCEF
Black with #DABCEF
Text Example
Text Example
White with #DABCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCEF; }
p { color: rgb(218,188,239); }
H1.HeaderClassName
{
color: #DABCEF;
}
.AnyTagClassName
{
color: #DABCEF;
}
</style>
background-color css
<style>
a { background-color: #DABCEF; }
a { background-color: rgb(218,188,239); }
div.DivClassName
{
background-color: #DABCEF;
}
.BgClassName
{
background-color: #DABCEF;
}
</style>
border-color css
<style>
span { border-color: #DABCEF; }
span { border-color: rgb(218,188,239); }
td.TdClassName
{
border-color: #DABCEF;
}
.TagClassName
{
border-color: #DABCEF;
}
</style>