Shades of Fog #DAD0EC
Tints of Fog #DAD0EC
RGB
CMYK
RGB Variations
Color information
#DAD0EC (or 0xDAD0EC) is known color: Fog. HEX triplet: DA, D0 and EC. RGB value is (218,208,236). Sum of RGB (Red+Green+Blue) = 218+208+236=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0EC is #252F13. Grayscale: #D6D6D6. Windows color (decimal): -2436884 or 15519962. OLE color: 15519962.
HSL color Cylindrical-coordinate representation of color #DAD0EC: hue angle of 261.43º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD0EC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 208 | 236 | - |
CMYK | 0.08 | 0.12 | 0 | 0.07 |
HSL | 261.43º | 0.42% | 0.87% | - |
HSV(B) | 261.43º | 0.12% | 0.93% | - |
XYZ | 66.61 | 66.07 | 88.6 | - |
YUV | 214.18 | 140.31 | 130.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 208 | 236 | 0.08 | 0.12 | 0 | 0.07 | 261.43 | 0.42 | 0.87 |
Hex | DA | D0 | EC | 8 | C | 0 | 7 | 105 | 2A | 57 |
Octal | 332 | 320 | 354 | 10 | 14 | 0 | 7 | 405 | 52 | 127 |
Binary | 11011010 | 11010000 | 11101100 | 1000 | 1100 | 0 | 111 | 100000101 | 101010 | 1010111 |
Color Harmonies of #DAD0EC
Complementary color
Monochromatic Colors of #DAD0EC
Black with #DAD0EC
Text Example
Text Example
White with #DAD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0EC; }
p { color: rgb(218,208,236); }
H1.HeaderClassName
{
color: #DAD0EC;
}
.AnyTagClassName
{
color: #DAD0EC;
}
</style>
background-color css
<style>
a { background-color: #DAD0EC; }
a { background-color: rgb(218,208,236); }
div.DivClassName
{
background-color: #DAD0EC;
}
.BgClassName
{
background-color: #DAD0EC;
}
</style>
border-color css
<style>
span { border-color: #DAD0EC; }
span { border-color: rgb(218,208,236); }
td.TdClassName
{
border-color: #DAD0EC;
}
.TagClassName
{
border-color: #DAD0EC;
}
</style>