Shades of Fog #DAC5FE
Tints of Fog #DAC5FE
RGB
CMYK
RGB Variations
Color information
#DAC5FE (or 0xDAC5FE) is known color: Fog. HEX triplet: DA, C5 and FE. RGB value is (218,197,254). Sum of RGB (Red+Green+Blue) = 218+197+254=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5FE is #253A01. Grayscale: #D1D1D1. Windows color (decimal): -2439682 or 16696794. OLE color: 16696794.
HSL color Cylindrical-coordinate representation of color #DAC5FE: hue angle of 262.11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC5FE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 197 | 254 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.00 |
| HSL | 262.11º | 0.97% | 0.88% | - |
| HSV(B) | 262.11º | 0.22% | 1% | - |
| XYZ | 66.77 | 61.99 | 102.21 | - |
| YUV | 209.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 254 | 0.14 | 0.22 | 0 | 0.00 | 262.11 | 0.97 | 0.88 |
| Hex | DA | C5 | FE | E | 16 | 0 | 0 | 106 | 61 | 58 |
| Octal | 332 | 305 | 376 | 16 | 26 | 0 | 0 | 406 | 141 | 130 |
| Binary | 11011010 | 11000101 | 11111110 | 1110 | 10110 | 0 | 0 | 100000110 | 1100001 | 1011000 |
Color Harmonies of #DAC5FE
Complementary color
Monochromatic Colors of #DAC5FE
Black with #DAC5FE
Text Example
Text Example
White with #DAC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5FE; }
p { color: rgb(218,197,254); }
H1.HeaderClassName
{
color: #DAC5FE;
}
.AnyTagClassName
{
color: #DAC5FE;
}
</style>
background-color css
<style>
a { background-color: #DAC5FE; }
a { background-color: rgb(218,197,254); }
div.DivClassName
{
background-color: #DAC5FE;
}
.BgClassName
{
background-color: #DAC5FE;
}
</style>
border-color css
<style>
span { border-color: #DAC5FE; }
span { border-color: rgb(218,197,254); }
td.TdClassName
{
border-color: #DAC5FE;
}
.TagClassName
{
border-color: #DAC5FE;
}
</style>