#DAC2F9

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

Shades of Fog #DAC2F9

Tints of Fog #DAC2F9

Color information

#DAC2F9 (or 0xDAC2F9) is unknown color: approx Fog. HEX triplet: DA, C2 and F9. RGB value is (218,194,249). Sum of RGB (Red+Green+Blue) = 218+194+249=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC2F9 is #253D06. Grayscale: #CFCFCF. Windows color (decimal): -2440455 or 16368346. OLE color: 16368346.

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

Color convert

RGB218194249-
CMYK0.120.2200.02
HSL266.18º82.09%86.86%-
HSV(B)266.18º22.09%97.65%-
XYZ65.360.3397.83-
YUV207.45151.45135.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 194 (76.17% from 255) = 29.35%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=32.98%
G=29.35%
B=37.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181942490.120.2200.02266.1882.0986.86
HexDAC2F9C160210a5257
Octal332302371142602412122127
Binary11011010110000101111100111001011001010000101010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2F9; }

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

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

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

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

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

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

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

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