Shades of Fog #DABDF0
Tints of Fog #DABDF0
RGB
CMYK
RGB Variations
Color information
#DABDF0 (or 0xDABDF0) is known color: Fog. HEX triplet: DA, BD and F0. RGB value is (218,189,240). Sum of RGB (Red+Green+Blue) = 218+189+240=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #DABDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF0 is #25420F. Grayscale: #CBCBCB. Windows color (decimal): -2441744 or 15777242. OLE color: 15777242.
HSL color Cylindrical-coordinate representation of color #DABDF0: hue angle of 274.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABDF0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 189 | 240 | - |
CMYK | 0.09 | 0.21 | 0 | 0.06 |
HSL | 274.12º | 0.63% | 0.84% | - |
HSV(B) | 274.12º | 0.21% | 0.94% | - |
XYZ | 62.84 | 57.59 | 90.24 | - |
YUV | 203.49 | 148.61 | 138.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 240 | 0.09 | 0.21 | 0 | 0.06 | 274.12 | 0.63 | 0.84 |
Hex | DA | BD | F0 | 9 | 15 | 0 | 6 | 112 | 3F | 54 |
Octal | 332 | 275 | 360 | 11 | 25 | 0 | 6 | 422 | 77 | 124 |
Binary | 11011010 | 10111101 | 11110000 | 1001 | 10101 | 0 | 110 | 100010010 | 111111 | 1010100 |
Color Harmonies of #DABDF0
Complementary color
Monochromatic Colors of #DABDF0
Black with #DABDF0
Text Example
Text Example
White with #DABDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDF0; }
p { color: rgb(218,189,240); }
H1.HeaderClassName
{
color: #DABDF0;
}
.AnyTagClassName
{
color: #DABDF0;
}
</style>
background-color css
<style>
a { background-color: #DABDF0; }
a { background-color: rgb(218,189,240); }
div.DivClassName
{
background-color: #DABDF0;
}
.BgClassName
{
background-color: #DABDF0;
}
</style>
border-color css
<style>
span { border-color: #DABDF0; }
span { border-color: rgb(218,189,240); }
td.TdClassName
{
border-color: #DABDF0;
}
.TagClassName
{
border-color: #DABDF0;
}
</style>