Shades of Fog #DAD2EE
Tints of Fog #DAD2EE
RGB
CMYK
RGB Variations
Color information
#DAD2EE (or 0xDAD2EE) is known color: Fog. HEX triplet: DA, D2 and EE. RGB value is (218,210,238). Sum of RGB (Red+Green+Blue) = 218+210+238=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2EE is #252D11. Grayscale: #D7D7D7. Windows color (decimal): -2436370 or 15651546. OLE color: 15651546.
HSL color Cylindrical-coordinate representation of color #DAD2EE: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD2EE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 210 | 238 | - |
CMYK | 0.08 | 0.12 | 0 | 0.07 |
HSL | 257.14º | 0.45% | 0.88% | - |
HSV(B) | 257.14º | 0.12% | 0.93% | - |
XYZ | 67.39 | 67.17 | 90.3 | - |
YUV | 215.58 | 140.65 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 238 | 0.08 | 0.12 | 0 | 0.07 | 257.14 | 0.45 | 0.88 |
Hex | DA | D2 | EE | 8 | C | 0 | 7 | 101 | 2D | 58 |
Octal | 332 | 322 | 356 | 10 | 14 | 0 | 7 | 401 | 55 | 130 |
Binary | 11011010 | 11010010 | 11101110 | 1000 | 1100 | 0 | 111 | 100000001 | 101101 | 1011000 |
Color Harmonies of #DAD2EE
Complementary color
Monochromatic Colors of #DAD2EE
Black with #DAD2EE
Text Example
Text Example
White with #DAD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2EE; }
p { color: rgb(218,210,238); }
H1.HeaderClassName
{
color: #DAD2EE;
}
.AnyTagClassName
{
color: #DAD2EE;
}
</style>
background-color css
<style>
a { background-color: #DAD2EE; }
a { background-color: rgb(218,210,238); }
div.DivClassName
{
background-color: #DAD2EE;
}
.BgClassName
{
background-color: #DAD2EE;
}
</style>
border-color css
<style>
span { border-color: #DAD2EE; }
span { border-color: rgb(218,210,238); }
td.TdClassName
{
border-color: #DAD2EE;
}
.TagClassName
{
border-color: #DAD2EE;
}
</style>