Shades of Fog #DABEE8
Tints of Fog #DABEE8
RGB
CMYK
RGB Variations
Color information
#DABEE8 (or 0xDABEE8) is known color: Fog. HEX triplet: DA, BE and E8. RGB value is (218,190,232). Sum of RGB (Red+Green+Blue) = 218+190+232=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #DABEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEE8 is #254117. Grayscale: #CBCBCB. Windows color (decimal): -2441496 or 15253210. OLE color: 15253210.
HSL color Cylindrical-coordinate representation of color #DABEE8: hue angle of 280º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABEE8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 190 | 232 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.09 |
| HSL | 280º | 0.48% | 0.83% | - |
| HSV(B) | 280º | 0.18% | 0.91% | - |
| XYZ | 61.89 | 57.56 | 84.19 | - |
| YUV | 203.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 232 | 0.06 | 0.18 | 0 | 0.09 | 280 | 0.48 | 0.83 |
| Hex | DA | BE | E8 | 6 | 12 | 0 | 9 | 118 | 30 | 53 |
| Octal | 332 | 276 | 350 | 6 | 22 | 0 | 11 | 430 | 60 | 123 |
| Binary | 11011010 | 10111110 | 11101000 | 110 | 10010 | 0 | 1001 | 100011000 | 110000 | 1010011 |
Color Harmonies of #DABEE8
Complementary color
Monochromatic Colors of #DABEE8
Black with #DABEE8
Text Example
Text Example
White with #DABEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEE8; }
p { color: rgb(218,190,232); }
H1.HeaderClassName
{
color: #DABEE8;
}
.AnyTagClassName
{
color: #DABEE8;
}
</style>
background-color css
<style>
a { background-color: #DABEE8; }
a { background-color: rgb(218,190,232); }
div.DivClassName
{
background-color: #DABEE8;
}
.BgClassName
{
background-color: #DABEE8;
}
</style>
border-color css
<style>
span { border-color: #DABEE8; }
span { border-color: rgb(218,190,232); }
td.TdClassName
{
border-color: #DABEE8;
}
.TagClassName
{
border-color: #DABEE8;
}
</style>