Shades of Fog #DAD4E6
Tints of Fog #DAD4E6
RGB
CMYK
RGB Variations
Color information
#DAD4E6 (or 0xDAD4E6) is known color: Fog. HEX triplet: DA, D4 and E6. RGB value is (218,212,230). Sum of RGB (Red+Green+Blue) = 218+212+230=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAD4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4E6 is #252B19. Grayscale: #D7D7D7. Windows color (decimal): -2435866 or 15127770. OLE color: 15127770.
HSL color Cylindrical-coordinate representation of color #DAD4E6: hue angle of 260º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD4E6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 212 | 230 | - |
CMYK | 0.05 | 0.08 | 0 | 0.10 |
HSL | 260º | 0.26% | 0.87% | - |
HSV(B) | 260º | 0.08% | 0.9% | - |
XYZ | 66.74 | 67.71 | 84.41 | - |
YUV | 215.85 | 135.99 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 230 | 0.05 | 0.08 | 0 | 0.10 | 260 | 0.26 | 0.87 |
Hex | DA | D4 | E6 | 5 | 8 | 0 | A | 104 | 1A | 57 |
Octal | 332 | 324 | 346 | 5 | 10 | 0 | 12 | 404 | 32 | 127 |
Binary | 11011010 | 11010100 | 11100110 | 101 | 1000 | 0 | 1010 | 100000100 | 11010 | 1010111 |
Color Harmonies of #DAD4E6
Complementary color
Monochromatic Colors of #DAD4E6
Black with #DAD4E6
Text Example
Text Example
White with #DAD4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4E6; }
p { color: rgb(218,212,230); }
H1.HeaderClassName
{
color: #DAD4E6;
}
.AnyTagClassName
{
color: #DAD4E6;
}
</style>
background-color css
<style>
a { background-color: #DAD4E6; }
a { background-color: rgb(218,212,230); }
div.DivClassName
{
background-color: #DAD4E6;
}
.BgClassName
{
background-color: #DAD4E6;
}
</style>
border-color css
<style>
span { border-color: #DAD4E6; }
span { border-color: rgb(218,212,230); }
td.TdClassName
{
border-color: #DAD4E6;
}
.TagClassName
{
border-color: #DAD4E6;
}
</style>