Shades of Fog #DABDE7
Tints of Fog #DABDE7
RGB
CMYK
RGB Variations
Color information
#DABDE7 (or 0xDABDE7) is known color: Fog. HEX triplet: DA, BD and E7. RGB value is (218,189,231). Sum of RGB (Red+Green+Blue) = 218+189+231=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #DABDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDE7 is #254218. Grayscale: #CACACA. Windows color (decimal): -2441753 or 15187418. OLE color: 15187418.
HSL color Cylindrical-coordinate representation of color #DABDE7: hue angle of 281.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABDE7 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 189 | 231 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.09 |
| HSL | 281.43º | 0.47% | 0.82% | - |
| HSV(B) | 281.43º | 0.18% | 0.91% | - |
| XYZ | 61.53 | 57.07 | 83.37 | - |
| YUV | 202.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 231 | 0.06 | 0.18 | 0 | 0.09 | 281.43 | 0.47 | 0.82 |
| Hex | DA | BD | E7 | 6 | 12 | 0 | 9 | 119 | 2F | 52 |
| Octal | 332 | 275 | 347 | 6 | 22 | 0 | 11 | 431 | 57 | 122 |
| Binary | 11011010 | 10111101 | 11100111 | 110 | 10010 | 0 | 1001 | 100011001 | 101111 | 1010010 |
Color Harmonies of #DABDE7
Complementary color
Monochromatic Colors of #DABDE7
Black with #DABDE7
Text Example
Text Example
White with #DABDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDE7; }
p { color: rgb(218,189,231); }
H1.HeaderClassName
{
color: #DABDE7;
}
.AnyTagClassName
{
color: #DABDE7;
}
</style>
background-color css
<style>
a { background-color: #DABDE7; }
a { background-color: rgb(218,189,231); }
div.DivClassName
{
background-color: #DABDE7;
}
.BgClassName
{
background-color: #DABDE7;
}
</style>
border-color css
<style>
span { border-color: #DABDE7; }
span { border-color: rgb(218,189,231); }
td.TdClassName
{
border-color: #DABDE7;
}
.TagClassName
{
border-color: #DABDE7;
}
</style>