Shades of Fog #DAC8E9
Tints of Fog #DAC8E9
RGB
CMYK
RGB Variations
Color information
#DAC8E9 (or 0xDAC8E9) is known color: Fog. HEX triplet: DA, C8 and E9. RGB value is (218,200,233). Sum of RGB (Red+Green+Blue) = 218+200+233=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC8E9 is #253716. Grayscale: #D1D1D1. Windows color (decimal): -2438935 or 15321306. OLE color: 15321306.
HSL color Cylindrical-coordinate representation of color #DAC8E9: hue angle of 272.73º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC8E9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 200 | 233 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.09 |
| HSL | 272.73º | 0.43% | 0.85% | - |
| HSV(B) | 272.73º | 0.14% | 0.91% | - |
| XYZ | 64.28 | 62.1 | 85.69 | - |
| YUV | 209.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 233 | 0.06 | 0.14 | 0 | 0.09 | 272.73 | 0.43 | 0.85 |
| Hex | DA | C8 | E9 | 6 | E | 0 | 9 | 111 | 2B | 55 |
| Octal | 332 | 310 | 351 | 6 | 16 | 0 | 11 | 421 | 53 | 125 |
| Binary | 11011010 | 11001000 | 11101001 | 110 | 1110 | 0 | 1001 | 100010001 | 101011 | 1010101 |
Color Harmonies of #DAC8E9
Complementary color
Monochromatic Colors of #DAC8E9
Black with #DAC8E9
Text Example
Text Example
White with #DAC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8E9; }
p { color: rgb(218,200,233); }
H1.HeaderClassName
{
color: #DAC8E9;
}
.AnyTagClassName
{
color: #DAC8E9;
}
</style>
background-color css
<style>
a { background-color: #DAC8E9; }
a { background-color: rgb(218,200,233); }
div.DivClassName
{
background-color: #DAC8E9;
}
.BgClassName
{
background-color: #DAC8E9;
}
</style>
border-color css
<style>
span { border-color: #DAC8E9; }
span { border-color: rgb(218,200,233); }
td.TdClassName
{
border-color: #DAC8E9;
}
.TagClassName
{
border-color: #DAC8E9;
}
</style>