Shades of Fog #DABBE9
Tints of Fog #DABBE9
RGB
CMYK
RGB Variations
Color information
#DABBE9 (or 0xDABBE9) is known color: Fog. HEX triplet: DA, BB and E9. RGB value is (218,187,233). Sum of RGB (Red+Green+Blue) = 218+187+233=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #DABBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBE9 is #254416. Grayscale: #C9C9C9. Windows color (decimal): -2442263 or 15317978. OLE color: 15317978.
HSL color Cylindrical-coordinate representation of color #DABBE9: hue angle of 280.43º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABBE9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 187 | 233 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.09 |
| HSL | 280.43º | 0.51% | 0.82% | - |
| HSV(B) | 280.43º | 0.2% | 0.91% | - |
| XYZ | 61.39 | 56.33 | 84.73 | - |
| YUV | 201.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 233 | 0.06 | 0.20 | 0 | 0.09 | 280.43 | 0.51 | 0.82 |
| Hex | DA | BB | E9 | 6 | 14 | 0 | 9 | 118 | 33 | 52 |
| Octal | 332 | 273 | 351 | 6 | 24 | 0 | 11 | 430 | 63 | 122 |
| Binary | 11011010 | 10111011 | 11101001 | 110 | 10100 | 0 | 1001 | 100011000 | 110011 | 1010010 |
Color Harmonies of #DABBE9
Complementary color
Monochromatic Colors of #DABBE9
Black with #DABBE9
Text Example
Text Example
White with #DABBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBE9; }
p { color: rgb(218,187,233); }
H1.HeaderClassName
{
color: #DABBE9;
}
.AnyTagClassName
{
color: #DABBE9;
}
</style>
background-color css
<style>
a { background-color: #DABBE9; }
a { background-color: rgb(218,187,233); }
div.DivClassName
{
background-color: #DABBE9;
}
.BgClassName
{
background-color: #DABBE9;
}
</style>
border-color css
<style>
span { border-color: #DABBE9; }
span { border-color: rgb(218,187,233); }
td.TdClassName
{
border-color: #DABBE9;
}
.TagClassName
{
border-color: #DABBE9;
}
</style>