Shades of Fog #DABEED
Tints of Fog #DABEED
RGB
CMYK
RGB Variations
Color information
#DABEED (or 0xDABEED) is known color: Fog. HEX triplet: DA, BE and ED. RGB value is (218,190,237). Sum of RGB (Red+Green+Blue) = 218+190+237=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #DABEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEED is #254112. Grayscale: #CBCBCB. Windows color (decimal): -2441491 or 15580890. OLE color: 15580890.
HSL color Cylindrical-coordinate representation of color #DABEED: hue angle of 275.74º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABEED is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 190 | 237 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.07 |
| HSL | 275.74º | 0.57% | 0.84% | - |
| HSV(B) | 275.74º | 0.2% | 0.93% | - |
| XYZ | 62.61 | 57.85 | 87.99 | - |
| YUV | 203.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 237 | 0.08 | 0.20 | 0 | 0.07 | 275.74 | 0.57 | 0.84 |
| Hex | DA | BE | ED | 8 | 14 | 0 | 7 | 114 | 39 | 54 |
| Octal | 332 | 276 | 355 | 10 | 24 | 0 | 7 | 424 | 71 | 124 |
| Binary | 11011010 | 10111110 | 11101101 | 1000 | 10100 | 0 | 111 | 100010100 | 111001 | 1010100 |
Color Harmonies of #DABEED
Complementary color
Monochromatic Colors of #DABEED
Black with #DABEED
Text Example
Text Example
White with #DABEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEED; }
p { color: rgb(218,190,237); }
H1.HeaderClassName
{
color: #DABEED;
}
.AnyTagClassName
{
color: #DABEED;
}
</style>
background-color css
<style>
a { background-color: #DABEED; }
a { background-color: rgb(218,190,237); }
div.DivClassName
{
background-color: #DABEED;
}
.BgClassName
{
background-color: #DABEED;
}
</style>
border-color css
<style>
span { border-color: #DABEED; }
span { border-color: rgb(218,190,237); }
td.TdClassName
{
border-color: #DABEED;
}
.TagClassName
{
border-color: #DABEED;
}
</style>