Shades of Fog #DAD0ED
Tints of Fog #DAD0ED
RGB
CMYK
RGB Variations
Color information
#DAD0ED (or 0xDAD0ED) is known color: Fog. HEX triplet: DA, D0 and ED. RGB value is (218,208,237). Sum of RGB (Red+Green+Blue) = 218+208+237=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0ED is #252F12. Grayscale: #D6D6D6. Windows color (decimal): -2436883 or 15585498. OLE color: 15585498.
HSL color Cylindrical-coordinate representation of color #DAD0ED: hue angle of 260.69º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD0ED is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 208 | 237 | - |
CMYK | 0.08 | 0.12 | 0 | 0.07 |
HSL | 260.69º | 0.45% | 0.87% | - |
HSV(B) | 260.69º | 0.12% | 0.93% | - |
XYZ | 66.76 | 66.13 | 89.37 | - |
YUV | 214.3 | 140.81 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 208 | 237 | 0.08 | 0.12 | 0 | 0.07 | 260.69 | 0.45 | 0.87 |
Hex | DA | D0 | ED | 8 | C | 0 | 7 | 105 | 2D | 57 |
Octal | 332 | 320 | 355 | 10 | 14 | 0 | 7 | 405 | 55 | 127 |
Binary | 11011010 | 11010000 | 11101101 | 1000 | 1100 | 0 | 111 | 100000101 | 101101 | 1010111 |
Color Harmonies of #DAD0ED
Complementary color
Monochromatic Colors of #DAD0ED
Black with #DAD0ED
Text Example
Text Example
White with #DAD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0ED; }
p { color: rgb(218,208,237); }
H1.HeaderClassName
{
color: #DAD0ED;
}
.AnyTagClassName
{
color: #DAD0ED;
}
</style>
background-color css
<style>
a { background-color: #DAD0ED; }
a { background-color: rgb(218,208,237); }
div.DivClassName
{
background-color: #DAD0ED;
}
.BgClassName
{
background-color: #DAD0ED;
}
</style>
border-color css
<style>
span { border-color: #DAD0ED; }
span { border-color: rgb(218,208,237); }
td.TdClassName
{
border-color: #DAD0ED;
}
.TagClassName
{
border-color: #DAD0ED;
}
</style>