Shades of Fog #DAD1EC
Tints of Fog #DAD1EC
RGB
CMYK
RGB Variations
Color information
#DAD1EC (or 0xDAD1EC) is known color: Fog. HEX triplet: DA, D1 and EC. RGB value is (218,209,236). Sum of RGB (Red+Green+Blue) = 218+209+236=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD1EC is #252E13. Grayscale: #D6D6D6. Windows color (decimal): -2436628 or 15520218. OLE color: 15520218.
HSL color Cylindrical-coordinate representation of color #DAD1EC: hue angle of 260º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAD1EC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 209 | 236 | - |
CMYK | 0.08 | 0.11 | 0 | 0.07 |
HSL | 260º | 0.42% | 0.87% | - |
HSV(B) | 260º | 0.11% | 0.93% | - |
XYZ | 66.85 | 66.56 | 88.68 | - |
YUV | 214.77 | 139.98 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 209 | 236 | 0.08 | 0.11 | 0 | 0.07 | 260 | 0.42 | 0.87 |
Hex | DA | D1 | EC | 8 | B | 0 | 7 | 104 | 2A | 57 |
Octal | 332 | 321 | 354 | 10 | 13 | 0 | 7 | 404 | 52 | 127 |
Binary | 11011010 | 11010001 | 11101100 | 1000 | 1011 | 0 | 111 | 100000100 | 101010 | 1010111 |
Color Harmonies of #DAD1EC
Complementary color
Monochromatic Colors of #DAD1EC
Black with #DAD1EC
Text Example
Text Example
White with #DAD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1EC; }
p { color: rgb(218,209,236); }
H1.HeaderClassName
{
color: #DAD1EC;
}
.AnyTagClassName
{
color: #DAD1EC;
}
</style>
background-color css
<style>
a { background-color: #DAD1EC; }
a { background-color: rgb(218,209,236); }
div.DivClassName
{
background-color: #DAD1EC;
}
.BgClassName
{
background-color: #DAD1EC;
}
</style>
border-color css
<style>
span { border-color: #DAD1EC; }
span { border-color: rgb(218,209,236); }
td.TdClassName
{
border-color: #DAD1EC;
}
.TagClassName
{
border-color: #DAD1EC;
}
</style>