Shades of Fog #DAC9EB
Tints of Fog #DAC9EB
RGB
CMYK
RGB Variations
Color information
#DAC9EB (or 0xDAC9EB) is known color: Fog. HEX triplet: DA, C9 and EB. RGB value is (218,201,235). Sum of RGB (Red+Green+Blue) = 218+201+235=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC9EB is #253614. Grayscale: #D1D1D1. Windows color (decimal): -2438677 or 15452634. OLE color: 15452634.
HSL color Cylindrical-coordinate representation of color #DAC9EB: hue angle of 270º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC9EB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 201 | 235 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.08 |
| HSL | 270º | 0.46% | 0.85% | - |
| HSV(B) | 270º | 0.14% | 0.92% | - |
| XYZ | 64.8 | 62.68 | 87.28 | - |
| YUV | 209.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 235 | 0.07 | 0.14 | 0 | 0.08 | 270 | 0.46 | 0.85 |
| Hex | DA | C9 | EB | 7 | E | 0 | 8 | 10E | 2E | 55 |
| Octal | 332 | 311 | 353 | 7 | 16 | 0 | 10 | 416 | 56 | 125 |
| Binary | 11011010 | 11001001 | 11101011 | 111 | 1110 | 0 | 1000 | 100001110 | 101110 | 1010101 |
Color Harmonies of #DAC9EB
Complementary color
Monochromatic Colors of #DAC9EB
Black with #DAC9EB
Text Example
Text Example
White with #DAC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9EB; }
p { color: rgb(218,201,235); }
H1.HeaderClassName
{
color: #DAC9EB;
}
.AnyTagClassName
{
color: #DAC9EB;
}
</style>
background-color css
<style>
a { background-color: #DAC9EB; }
a { background-color: rgb(218,201,235); }
div.DivClassName
{
background-color: #DAC9EB;
}
.BgClassName
{
background-color: #DAC9EB;
}
</style>
border-color css
<style>
span { border-color: #DAC9EB; }
span { border-color: rgb(218,201,235); }
td.TdClassName
{
border-color: #DAC9EB;
}
.TagClassName
{
border-color: #DAC9EB;
}
</style>