Shades of Fog #DAC8EF
Tints of Fog #DAC8EF
RGB
CMYK
RGB Variations
Color information
#DAC8EF (or 0xDAC8EF) is known color: Fog. HEX triplet: DA, C8 and EF. RGB value is (218,200,239). Sum of RGB (Red+Green+Blue) = 218+200+239=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC8EF is #253710. Grayscale: #D1D1D1. Windows color (decimal): -2438929 or 15714522. OLE color: 15714522.
HSL color Cylindrical-coordinate representation of color #DAC8EF: hue angle of 267.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC8EF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 200 | 239 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.06 |
| HSL | 267.69º | 0.55% | 0.86% | - |
| HSV(B) | 267.69º | 0.16% | 0.94% | - |
| XYZ | 65.15 | 62.45 | 90.28 | - |
| YUV | 209.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 239 | 0.09 | 0.16 | 0 | 0.06 | 267.69 | 0.55 | 0.86 |
| Hex | DA | C8 | EF | 9 | 10 | 0 | 6 | 10C | 37 | 56 |
| Octal | 332 | 310 | 357 | 11 | 20 | 0 | 6 | 414 | 67 | 126 |
| Binary | 11011010 | 11001000 | 11101111 | 1001 | 10000 | 0 | 110 | 100001100 | 110111 | 1010110 |
Color Harmonies of #DAC8EF
Complementary color
Monochromatic Colors of #DAC8EF
Black with #DAC8EF
Text Example
Text Example
White with #DAC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8EF; }
p { color: rgb(218,200,239); }
H1.HeaderClassName
{
color: #DAC8EF;
}
.AnyTagClassName
{
color: #DAC8EF;
}
</style>
background-color css
<style>
a { background-color: #DAC8EF; }
a { background-color: rgb(218,200,239); }
div.DivClassName
{
background-color: #DAC8EF;
}
.BgClassName
{
background-color: #DAC8EF;
}
</style>
border-color css
<style>
span { border-color: #DAC8EF; }
span { border-color: rgb(218,200,239); }
td.TdClassName
{
border-color: #DAC8EF;
}
.TagClassName
{
border-color: #DAC8EF;
}
</style>