Shades of Fog #DAC6FD
Tints of Fog #DAC6FD
RGB
CMYK
RGB Variations
Color information
#DAC6FD (or 0xDAC6FD) is known color: Fog. HEX triplet: DA, C6 and FD. RGB value is (218,198,253). Sum of RGB (Red+Green+Blue) = 218+198+253=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC6FD is #253902. Grayscale: #D2D2D2. Windows color (decimal): -2439427 or 16631514. OLE color: 16631514.
HSL color Cylindrical-coordinate representation of color #DAC6FD: hue angle of 261.82º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC6FD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 198 | 253 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.01 |
| HSL | 261.82º | 0.93% | 0.88% | - |
| HSV(B) | 261.82º | 0.22% | 0.99% | - |
| XYZ | 66.84 | 62.39 | 101.45 | - |
| YUV | 210.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 253 | 0.14 | 0.22 | 0 | 0.01 | 261.82 | 0.93 | 0.88 |
| Hex | DA | C6 | FD | E | 16 | 0 | 1 | 106 | 5D | 58 |
| Octal | 332 | 306 | 375 | 16 | 26 | 0 | 1 | 406 | 135 | 130 |
| Binary | 11011010 | 11000110 | 11111101 | 1110 | 10110 | 0 | 1 | 100000110 | 1011101 | 1011000 |
Color Harmonies of #DAC6FD
Complementary color
Monochromatic Colors of #DAC6FD
Black with #DAC6FD
Text Example
Text Example
White with #DAC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6FD; }
p { color: rgb(218,198,253); }
H1.HeaderClassName
{
color: #DAC6FD;
}
.AnyTagClassName
{
color: #DAC6FD;
}
</style>
background-color css
<style>
a { background-color: #DAC6FD; }
a { background-color: rgb(218,198,253); }
div.DivClassName
{
background-color: #DAC6FD;
}
.BgClassName
{
background-color: #DAC6FD;
}
</style>
border-color css
<style>
span { border-color: #DAC6FD; }
span { border-color: rgb(218,198,253); }
td.TdClassName
{
border-color: #DAC6FD;
}
.TagClassName
{
border-color: #DAC6FD;
}
</style>