Shades of Fog #DAC9FD
Tints of Fog #DAC9FD
RGB
CMYK
RGB Variations
Color information
#DAC9FD (or 0xDAC9FD) is known color: Fog. HEX triplet: DA, C9 and FD. RGB value is (218,201,253). Sum of RGB (Red+Green+Blue) = 218+201+253=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC9FD is #253602. Grayscale: #D3D3D3. Windows color (decimal): -2438659 or 16632282. OLE color: 16632282.
HSL color Cylindrical-coordinate representation of color #DAC9FD: hue angle of 259.62º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC9FD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 201 | 253 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.01 |
| HSL | 259.62º | 0.93% | 0.89% | - |
| HSV(B) | 259.62º | 0.21% | 0.99% | - |
| XYZ | 67.53 | 63.77 | 101.68 | - |
| YUV | 212.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 253 | 0.14 | 0.21 | 0 | 0.01 | 259.62 | 0.93 | 0.89 |
| Hex | DA | C9 | FD | E | 15 | 0 | 1 | 104 | 5D | 59 |
| Octal | 332 | 311 | 375 | 16 | 25 | 0 | 1 | 404 | 135 | 131 |
| Binary | 11011010 | 11001001 | 11111101 | 1110 | 10101 | 0 | 1 | 100000100 | 1011101 | 1011001 |
Color Harmonies of #DAC9FD
Complementary color
Monochromatic Colors of #DAC9FD
Black with #DAC9FD
Text Example
Text Example
White with #DAC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9FD; }
p { color: rgb(218,201,253); }
H1.HeaderClassName
{
color: #DAC9FD;
}
.AnyTagClassName
{
color: #DAC9FD;
}
</style>
background-color css
<style>
a { background-color: #DAC9FD; }
a { background-color: rgb(218,201,253); }
div.DivClassName
{
background-color: #DAC9FD;
}
.BgClassName
{
background-color: #DAC9FD;
}
</style>
border-color css
<style>
span { border-color: #DAC9FD; }
span { border-color: rgb(218,201,253); }
td.TdClassName
{
border-color: #DAC9FD;
}
.TagClassName
{
border-color: #DAC9FD;
}
</style>