#DACDF9

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

Shades of Fog #DACDF9

Tints of Fog #DACDF9

Color information

#DACDF9 (or 0xDACDF9) is unknown color: approx Fog. HEX triplet: DA, CD and F9. RGB value is (218,205,249). Sum of RGB (Red+Green+Blue) = 218+205+249=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DACDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDF9 is #253206. Grayscale: #D5D5D5. Windows color (decimal): -2437639 or 16371162. OLE color: 16371162.

HSL color Cylindrical-coordinate representation of color #DACDF9: hue angle of 257.73º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACDF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218205249-
CMYK0.120.1800.02
HSL257.73º78.57%89.02%-
HSV(B)257.73º17.67%97.65%-
XYZ67.8465.4198.67-
YUV213.9147.81130.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=32.44%
G=30.51%
B=37.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182052490.120.1800.02257.7378.5789.02
HexDACDF9C12021024f59
Octal332315371142202402117131
Binary11011010110011011111100111001001001010000001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDF9; }

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

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

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

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

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

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

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

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