Shades of Fog #DAC8F5
Tints of Fog #DAC8F5
RGB
CMYK
RGB Variations
Color information
#DAC8F5 (or 0xDAC8F5) is known color: Fog. HEX triplet: DA, C8 and F5. RGB value is (218,200,245). Sum of RGB (Red+Green+Blue) = 218+200+245=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAC8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC8F5 is #25370A. Grayscale: #D2D2D2. Windows color (decimal): -2438923 or 16107738. OLE color: 16107738.
HSL color Cylindrical-coordinate representation of color #DAC8F5: hue angle of 264º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAC8F5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 200 | 245 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.04 |
| HSL | 264º | 0.69% | 0.87% | - |
| HSV(B) | 264º | 0.18% | 0.96% | - |
| XYZ | 66.05 | 62.81 | 95.03 | - |
| YUV | 210.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 245 | 0.11 | 0.18 | 0 | 0.04 | 264 | 0.69 | 0.87 |
| Hex | DA | C8 | F5 | B | 12 | 0 | 4 | 108 | 45 | 57 |
| Octal | 332 | 310 | 365 | 13 | 22 | 0 | 4 | 410 | 105 | 127 |
| Binary | 11011010 | 11001000 | 11110101 | 1011 | 10010 | 0 | 100 | 100001000 | 1000101 | 1010111 |
Color Harmonies of #DAC8F5
Complementary color
Monochromatic Colors of #DAC8F5
Black with #DAC8F5
Text Example
Text Example
White with #DAC8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8F5; }
p { color: rgb(218,200,245); }
H1.HeaderClassName
{
color: #DAC8F5;
}
.AnyTagClassName
{
color: #DAC8F5;
}
</style>
background-color css
<style>
a { background-color: #DAC8F5; }
a { background-color: rgb(218,200,245); }
div.DivClassName
{
background-color: #DAC8F5;
}
.BgClassName
{
background-color: #DAC8F5;
}
</style>
border-color css
<style>
span { border-color: #DAC8F5; }
span { border-color: rgb(218,200,245); }
td.TdClassName
{
border-color: #DAC8F5;
}
.TagClassName
{
border-color: #DAC8F5;
}
</style>