Shades of Fog #DAC1FD
Tints of Fog #DAC1FD
RGB
CMYK
RGB Variations
Color information
#DAC1FD (or 0xDAC1FD) is known color: Fog. HEX triplet: DA, C1 and FD. RGB value is (218,193,253). Sum of RGB (Red+Green+Blue) = 218+193+253=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC1FD is #253E02. Grayscale: #CFCFCF. Windows color (decimal): -2440707 or 16630234. OLE color: 16630234.
HSL color Cylindrical-coordinate representation of color #DAC1FD: hue angle of 265º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAC1FD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 193 | 253 | - |
CMYK | 0.14 | 0.24 | 0 | 0.01 |
HSL | 265º | 0.94% | 0.87% | - |
HSV(B) | 265º | 0.24% | 0.99% | - |
XYZ | 65.71 | 60.14 | 101.07 | - |
YUV | 207.32 | 153.78 | 135.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 193 | 253 | 0.14 | 0.24 | 0 | 0.01 | 265 | 0.94 | 0.87 |
Hex | DA | C1 | FD | E | 18 | 0 | 1 | 109 | 5E | 57 |
Octal | 332 | 301 | 375 | 16 | 30 | 0 | 1 | 411 | 136 | 127 |
Binary | 11011010 | 11000001 | 11111101 | 1110 | 11000 | 0 | 1 | 100001001 | 1011110 | 1010111 |
Color Harmonies of #DAC1FD
Complementary color
Monochromatic Colors of #DAC1FD
Black with #DAC1FD
Text Example
Text Example
White with #DAC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1FD; }
p { color: rgb(218,193,253); }
H1.HeaderClassName
{
color: #DAC1FD;
}
.AnyTagClassName
{
color: #DAC1FD;
}
</style>
background-color css
<style>
a { background-color: #DAC1FD; }
a { background-color: rgb(218,193,253); }
div.DivClassName
{
background-color: #DAC1FD;
}
.BgClassName
{
background-color: #DAC1FD;
}
</style>
border-color css
<style>
span { border-color: #DAC1FD; }
span { border-color: rgb(218,193,253); }
td.TdClassName
{
border-color: #DAC1FD;
}
.TagClassName
{
border-color: #DAC1FD;
}
</style>