Shades of Fog #DABBEB
Tints of Fog #DABBEB
RGB
CMYK
RGB Variations
Color information
#DABBEB (or 0xDABBEB) is known color: Fog. HEX triplet: DA, BB and EB. RGB value is (218,187,235). Sum of RGB (Red+Green+Blue) = 218+187+235=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #DABBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBEB is #254414. Grayscale: #C9C9C9. Windows color (decimal): -2442261 or 15449050. OLE color: 15449050.
HSL color Cylindrical-coordinate representation of color #DABBEB: hue angle of 278.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABBEB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 187 | 235 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.08 |
| HSL | 278.75º | 0.55% | 0.83% | - |
| HSV(B) | 278.75º | 0.2% | 0.92% | - |
| XYZ | 61.68 | 56.44 | 86.24 | - |
| YUV | 201.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 235 | 0.07 | 0.20 | 0 | 0.08 | 278.75 | 0.55 | 0.83 |
| Hex | DA | BB | EB | 7 | 14 | 0 | 8 | 117 | 37 | 53 |
| Octal | 332 | 273 | 353 | 7 | 24 | 0 | 10 | 427 | 67 | 123 |
| Binary | 11011010 | 10111011 | 11101011 | 111 | 10100 | 0 | 1000 | 100010111 | 110111 | 1010011 |
Color Harmonies of #DABBEB
Complementary color
Monochromatic Colors of #DABBEB
Black with #DABBEB
Text Example
Text Example
White with #DABBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBEB; }
p { color: rgb(218,187,235); }
H1.HeaderClassName
{
color: #DABBEB;
}
.AnyTagClassName
{
color: #DABBEB;
}
</style>
background-color css
<style>
a { background-color: #DABBEB; }
a { background-color: rgb(218,187,235); }
div.DivClassName
{
background-color: #DABBEB;
}
.BgClassName
{
background-color: #DABBEB;
}
</style>
border-color css
<style>
span { border-color: #DABBEB; }
span { border-color: rgb(218,187,235); }
td.TdClassName
{
border-color: #DABBEB;
}
.TagClassName
{
border-color: #DABBEB;
}
</style>