#DAC4F9

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

Shades of Fog #DAC4F9

Tints of Fog #DAC4F9

Color information

#DAC4F9 (or 0xDAC4F9) is unknown color: approx Fog. HEX triplet: DA, C4 and F9. RGB value is (218,196,249). Sum of RGB (Red+Green+Blue) = 218+196+249=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAC4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC4F9 is #253B06. Grayscale: #D0D0D0. Windows color (decimal): -2439943 or 16368858. OLE color: 16368858.

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

Color convert

RGB218196249-
CMYK0.120.2100.02
HSL264.91º81.54%87.25%-
HSV(B)264.91º21.29%97.65%-
XYZ65.7561.2297.97-
YUV208.62150.79134.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 196 (76.95% from 255) = 29.56%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=32.88%
G=29.56%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181962490.120.2100.02264.9181.5487.25
HexDAC4F9C15021095257
Octal332304371142502411122127
Binary11011010110001001111100111001010101010000100110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4F9; }

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

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

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

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

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

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

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

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