Shades of Fog #DABBED
Tints of Fog #DABBED
RGB
CMYK
RGB Variations
Color information
#DABBED (or 0xDABBED) is known color: Fog. HEX triplet: DA, BB and ED. RGB value is (218,187,237). Sum of RGB (Red+Green+Blue) = 218+187+237=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #DABBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBED is #254412. Grayscale: #C9C9C9. Windows color (decimal): -2442259 or 15580122. OLE color: 15580122.
HSL color Cylindrical-coordinate representation of color #DABBED: hue angle of 277.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABBED is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 187 | 237 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 277.2º | 0.58% | 0.83% | - |
| HSV(B) | 277.2º | 0.21% | 0.93% | - |
| XYZ | 61.97 | 56.56 | 87.77 | - |
| YUV | 201.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 237 | 0.08 | 0.21 | 0 | 0.07 | 277.2 | 0.58 | 0.83 |
| Hex | DA | BB | ED | 8 | 15 | 0 | 7 | 115 | 3A | 53 |
| Octal | 332 | 273 | 355 | 10 | 25 | 0 | 7 | 425 | 72 | 123 |
| Binary | 11011010 | 10111011 | 11101101 | 1000 | 10101 | 0 | 111 | 100010101 | 111010 | 1010011 |
Color Harmonies of #DABBED
Complementary color
Monochromatic Colors of #DABBED
Black with #DABBED
Text Example
Text Example
White with #DABBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBED; }
p { color: rgb(218,187,237); }
H1.HeaderClassName
{
color: #DABBED;
}
.AnyTagClassName
{
color: #DABBED;
}
</style>
background-color css
<style>
a { background-color: #DABBED; }
a { background-color: rgb(218,187,237); }
div.DivClassName
{
background-color: #DABBED;
}
.BgClassName
{
background-color: #DABBED;
}
</style>
border-color css
<style>
span { border-color: #DABBED; }
span { border-color: rgb(218,187,237); }
td.TdClassName
{
border-color: #DABBED;
}
.TagClassName
{
border-color: #DABBED;
}
</style>