#DACDF6

Color #DACDF6 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #DACDF6

Tints of Fog #DACDF6

Color information

#DACDF6 (or 0xDACDF6) is unknown color: approx Fog. HEX triplet: DA, CD and F6. RGB value is (218,205,246). Sum of RGB (Red+Green+Blue) = 218+205+246=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #DACDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDF6 is #253209. Grayscale: #D5D5D5. Windows color (decimal): -2437642 or 16174554. OLE color: 16174554.

HSL color Cylindrical-coordinate representation of color #DACDF6: hue angle of 259.02º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACDF6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218205246-
CMYK0.110.1700.04
HSL259.02º69.49%88.43%-
HSV(B)259.02º16.67%96.47%-
XYZ67.3865.2296.23-
YUV213.56146.31131.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=32.59%
G=30.64%
B=36.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182052460.110.1700.04259.0269.4988.43
HexDACDF6B11041034558
Octal332315366132104403105130
Binary110110101100110111110110101110001010010000001110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDF6; }

 p { color: rgb(218,205,246); }

 H1.HeaderClassName
 {
   color: #DACDF6;
 }
 .AnyTagClassName
 {
   color: #DACDF6;
 }
</style>
background-color css

<style>
 a { background-color: #DACDF6; }

 a { background-color: rgb(218,205,246); }

 div.DivClassName
 {
   background-color: #DACDF6;
 }
 .BgClassName
 {
   background-color: #DACDF6;
 }
</style>
border-color css

<style>
 span { border-color: #DACDF6; }

 span { border-color: rgb(218,205,246); }

 td.TdClassName
 {
   border-color: #DACDF6;
 }
 .TagClassName
 {
   border-color: #DACDF6;
 }
</style>