Shades of Fog #DAD3EA
Tints of Fog #DAD3EA
RGB
CMYK
RGB Variations
Color information
#DAD3EA (or 0xDAD3EA) is known color: Fog. HEX triplet: DA, D3 and EA. RGB value is (218,211,234). Sum of RGB (Red+Green+Blue) = 218+211+234=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3EA is #252C15. Grayscale: #D7D7D7. Windows color (decimal): -2436118 or 15389658. OLE color: 15389658.
HSL color Cylindrical-coordinate representation of color #DAD3EA: hue angle of 258.26º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD3EA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 211 | 234 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.08 |
| HSL | 258.26º | 0.35% | 0.87% | - |
| HSV(B) | 258.26º | 0.1% | 0.92% | - |
| XYZ | 67.06 | 67.43 | 87.32 | - |
| YUV | 215.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 234 | 0.07 | 0.10 | 0 | 0.08 | 258.26 | 0.35 | 0.87 |
| Hex | DA | D3 | EA | 7 | A | 0 | 8 | 102 | 23 | 57 |
| Octal | 332 | 323 | 352 | 7 | 12 | 0 | 10 | 402 | 43 | 127 |
| Binary | 11011010 | 11010011 | 11101010 | 111 | 1010 | 0 | 1000 | 100000010 | 100011 | 1010111 |
Color Harmonies of #DAD3EA
Complementary color
Monochromatic Colors of #DAD3EA
Black with #DAD3EA
Text Example
Text Example
White with #DAD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3EA; }
p { color: rgb(218,211,234); }
H1.HeaderClassName
{
color: #DAD3EA;
}
.AnyTagClassName
{
color: #DAD3EA;
}
</style>
background-color css
<style>
a { background-color: #DAD3EA; }
a { background-color: rgb(218,211,234); }
div.DivClassName
{
background-color: #DAD3EA;
}
.BgClassName
{
background-color: #DAD3EA;
}
</style>
border-color css
<style>
span { border-color: #DAD3EA; }
span { border-color: rgb(218,211,234); }
td.TdClassName
{
border-color: #DAD3EA;
}
.TagClassName
{
border-color: #DAD3EA;
}
</style>