Shades of Fog #DAC6EB
Tints of Fog #DAC6EB
RGB
CMYK
RGB Variations
Color information
#DAC6EB (or 0xDAC6EB) is known color: Fog. HEX triplet: DA, C6 and EB. RGB value is (218,198,235). Sum of RGB (Red+Green+Blue) = 218+198+235=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC6EB is #253914. Grayscale: #D0D0D0. Windows color (decimal): -2439445 or 15451866. OLE color: 15451866.
HSL color Cylindrical-coordinate representation of color #DAC6EB: hue angle of 272.43º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC6EB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 198 | 235 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.08 |
| HSL | 272.43º | 0.48% | 0.85% | - |
| HSV(B) | 272.43º | 0.16% | 0.92% | - |
| XYZ | 64.1 | 61.29 | 87.05 | - |
| YUV | 208.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 235 | 0.07 | 0.16 | 0 | 0.08 | 272.43 | 0.48 | 0.85 |
| Hex | DA | C6 | EB | 7 | 10 | 0 | 8 | 110 | 30 | 55 |
| Octal | 332 | 306 | 353 | 7 | 20 | 0 | 10 | 420 | 60 | 125 |
| Binary | 11011010 | 11000110 | 11101011 | 111 | 10000 | 0 | 1000 | 100010000 | 110000 | 1010101 |
Color Harmonies of #DAC6EB
Complementary color
Monochromatic Colors of #DAC6EB
Black with #DAC6EB
Text Example
Text Example
White with #DAC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6EB; }
p { color: rgb(218,198,235); }
H1.HeaderClassName
{
color: #DAC6EB;
}
.AnyTagClassName
{
color: #DAC6EB;
}
</style>
background-color css
<style>
a { background-color: #DAC6EB; }
a { background-color: rgb(218,198,235); }
div.DivClassName
{
background-color: #DAC6EB;
}
.BgClassName
{
background-color: #DAC6EB;
}
</style>
border-color css
<style>
span { border-color: #DAC6EB; }
span { border-color: rgb(218,198,235); }
td.TdClassName
{
border-color: #DAC6EB;
}
.TagClassName
{
border-color: #DAC6EB;
}
</style>