Shades of Fog #DAD2E6
Tints of Fog #DAD2E6
RGB
CMYK
RGB Variations
Color information
#DAD2E6 (or 0xDAD2E6) is known color: Fog. HEX triplet: DA, D2 and E6. RGB value is (218,210,230). Sum of RGB (Red+Green+Blue) = 218+210+230=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2E6 is #252D19. Grayscale: #D6D6D6. Windows color (decimal): -2436378 or 15127258. OLE color: 15127258.
HSL color Cylindrical-coordinate representation of color #DAD2E6: hue angle of 264º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD2E6 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 210 | 230 | - |
CMYK | 0.05 | 0.09 | 0 | 0.10 |
HSL | 264º | 0.29% | 0.86% | - |
HSV(B) | 264º | 0.09% | 0.9% | - |
XYZ | 66.24 | 66.71 | 84.25 | - |
YUV | 214.67 | 136.65 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 230 | 0.05 | 0.09 | 0 | 0.10 | 264 | 0.29 | 0.86 |
Hex | DA | D2 | E6 | 5 | 9 | 0 | A | 108 | 1D | 56 |
Octal | 332 | 322 | 346 | 5 | 11 | 0 | 12 | 410 | 35 | 126 |
Binary | 11011010 | 11010010 | 11100110 | 101 | 1001 | 0 | 1010 | 100001000 | 11101 | 1010110 |
Color Harmonies of #DAD2E6
Complementary color
Monochromatic Colors of #DAD2E6
Black with #DAD2E6
Text Example
Text Example
White with #DAD2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2E6; }
p { color: rgb(218,210,230); }
H1.HeaderClassName
{
color: #DAD2E6;
}
.AnyTagClassName
{
color: #DAD2E6;
}
</style>
background-color css
<style>
a { background-color: #DAD2E6; }
a { background-color: rgb(218,210,230); }
div.DivClassName
{
background-color: #DAD2E6;
}
.BgClassName
{
background-color: #DAD2E6;
}
</style>
border-color css
<style>
span { border-color: #DAD2E6; }
span { border-color: rgb(218,210,230); }
td.TdClassName
{
border-color: #DAD2E6;
}
.TagClassName
{
border-color: #DAD2E6;
}
</style>