Shades of Fog #DAD3EF
Tints of Fog #DAD3EF
RGB
CMYK
RGB Variations
Color information
#DAD3EF (or 0xDAD3EF) is known color: Fog. HEX triplet: DA, D3 and EF. RGB value is (218,211,239). Sum of RGB (Red+Green+Blue) = 218+211+239=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3EF is #252C10. Grayscale: #D8D8D8. Windows color (decimal): -2436113 or 15717338. OLE color: 15717338.
HSL color Cylindrical-coordinate representation of color #DAD3EF: hue angle of 255º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD3EF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 211 | 239 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.06 |
| HSL | 255º | 0.47% | 0.88% | - |
| HSV(B) | 255º | 0.12% | 0.94% | - |
| XYZ | 67.79 | 67.73 | 91.16 | - |
| YUV | 216.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 239 | 0.09 | 0.12 | 0 | 0.06 | 255 | 0.47 | 0.88 |
| Hex | DA | D3 | EF | 9 | C | 0 | 6 | FF | 2F | 58 |
| Octal | 332 | 323 | 357 | 11 | 14 | 0 | 6 | 377 | 57 | 130 |
| Binary | 11011010 | 11010011 | 11101111 | 1001 | 1100 | 0 | 110 | 11111111 | 101111 | 1011000 |
Color Harmonies of #DAD3EF
Complementary color
Monochromatic Colors of #DAD3EF
Black with #DAD3EF
Text Example
Text Example
White with #DAD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3EF; }
p { color: rgb(218,211,239); }
H1.HeaderClassName
{
color: #DAD3EF;
}
.AnyTagClassName
{
color: #DAD3EF;
}
</style>
background-color css
<style>
a { background-color: #DAD3EF; }
a { background-color: rgb(218,211,239); }
div.DivClassName
{
background-color: #DAD3EF;
}
.BgClassName
{
background-color: #DAD3EF;
}
</style>
border-color css
<style>
span { border-color: #DAD3EF; }
span { border-color: rgb(218,211,239); }
td.TdClassName
{
border-color: #DAD3EF;
}
.TagClassName
{
border-color: #DAD3EF;
}
</style>