#DACDF7

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

Shades of Fog #DACDF7

Tints of Fog #DACDF7

Color information

#DACDF7 (or 0xDACDF7) is unknown color: approx Fog. HEX triplet: DA, CD and F7. RGB value is (218,205,247). Sum of RGB (Red+Green+Blue) = 218+205+247=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #DACDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDF7 is #253208. Grayscale: #D5D5D5. Windows color (decimal): -2437641 or 16240090. OLE color: 16240090.

HSL color Cylindrical-coordinate representation of color #DACDF7: hue angle of 258.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACDF7 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218205247-
CMYK0.120.1700.03
HSL258.57º72.41%88.63%-
HSV(B)258.57º17%96.86%-
XYZ67.5365.2897.04-
YUV213.68146.81131.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=32.54%
G=30.60%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182052470.120.1700.03258.5772.4188.63
HexDACDF7C11031034859
Octal332315367142103403110131
Binary11011010110011011111011111001000101110000001110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDF7; }

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

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

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

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

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

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

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

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