Shades of Fog #DABDF5
Tints of Fog #DABDF5
RGB
CMYK
RGB Variations
Color information
#DABDF5 (or 0xDABDF5) is known color: Fog. HEX triplet: DA, BD and F5. RGB value is (218,189,245). Sum of RGB (Red+Green+Blue) = 218+189+245=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #DABDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF5 is #25420A. Grayscale: #CBCBCB. Windows color (decimal): -2441739 or 16104922. OLE color: 16104922.
HSL color Cylindrical-coordinate representation of color #DABDF5: hue angle of 271.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABDF5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 189 | 245 | - |
CMYK | 0.11 | 0.23 | 0 | 0.04 |
HSL | 271.07º | 0.74% | 0.85% | - |
HSV(B) | 271.07º | 0.23% | 0.96% | - |
XYZ | 63.59 | 57.89 | 94.21 | - |
YUV | 204.06 | 151.11 | 137.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 245 | 0.11 | 0.23 | 0 | 0.04 | 271.07 | 0.74 | 0.85 |
Hex | DA | BD | F5 | B | 17 | 0 | 4 | 10F | 4A | 55 |
Octal | 332 | 275 | 365 | 13 | 27 | 0 | 4 | 417 | 112 | 125 |
Binary | 11011010 | 10111101 | 11110101 | 1011 | 10111 | 0 | 100 | 100001111 | 1001010 | 1010101 |
Color Harmonies of #DABDF5
Complementary color
Monochromatic Colors of #DABDF5
Black with #DABDF5
Text Example
Text Example
White with #DABDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDF5; }
p { color: rgb(218,189,245); }
H1.HeaderClassName
{
color: #DABDF5;
}
.AnyTagClassName
{
color: #DABDF5;
}
</style>
background-color css
<style>
a { background-color: #DABDF5; }
a { background-color: rgb(218,189,245); }
div.DivClassName
{
background-color: #DABDF5;
}
.BgClassName
{
background-color: #DABDF5;
}
</style>
border-color css
<style>
span { border-color: #DABDF5; }
span { border-color: rgb(218,189,245); }
td.TdClassName
{
border-color: #DABDF5;
}
.TagClassName
{
border-color: #DABDF5;
}
</style>