Shades of Fog #DABDEF
Tints of Fog #DABDEF
RGB
CMYK
RGB Variations
Color information
#DABDEF (or 0xDABDEF) is known color: Fog. HEX triplet: DA, BD and EF. RGB value is (218,189,239). Sum of RGB (Red+Green+Blue) = 218+189+239=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #DABDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDEF is #254210. Grayscale: #CBCBCB. Windows color (decimal): -2441745 or 15711706. OLE color: 15711706.
HSL color Cylindrical-coordinate representation of color #DABDEF: hue angle of 274.8º 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 #DABDEF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 189 | 239 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.06 |
| HSL | 274.8º | 0.61% | 0.84% | - |
| HSV(B) | 274.8º | 0.21% | 0.94% | - |
| XYZ | 62.69 | 57.53 | 89.46 | - |
| YUV | 203.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 239 | 0.09 | 0.21 | 0 | 0.06 | 274.8 | 0.61 | 0.84 |
| Hex | DA | BD | EF | 9 | 15 | 0 | 6 | 113 | 3D | 54 |
| Octal | 332 | 275 | 357 | 11 | 25 | 0 | 6 | 423 | 75 | 124 |
| Binary | 11011010 | 10111101 | 11101111 | 1001 | 10101 | 0 | 110 | 100010011 | 111101 | 1010100 |
Color Harmonies of #DABDEF
Complementary color
Monochromatic Colors of #DABDEF
Black with #DABDEF
Text Example
Text Example
White with #DABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDEF; }
p { color: rgb(218,189,239); }
H1.HeaderClassName
{
color: #DABDEF;
}
.AnyTagClassName
{
color: #DABDEF;
}
</style>
background-color css
<style>
a { background-color: #DABDEF; }
a { background-color: rgb(218,189,239); }
div.DivClassName
{
background-color: #DABDEF;
}
.BgClassName
{
background-color: #DABDEF;
}
</style>
border-color css
<style>
span { border-color: #DABDEF; }
span { border-color: rgb(218,189,239); }
td.TdClassName
{
border-color: #DABDEF;
}
.TagClassName
{
border-color: #DABDEF;
}
</style>