#DAC0EC

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

Shades of Fog #DAC0EC

Tints of Fog #DAC0EC

Color information

#DAC0EC (or 0xDAC0EC) is unknown color: approx Fog. HEX triplet: DA, C0 and EC. RGB value is (218,192,236). Sum of RGB (Red+Green+Blue) = 218+192+236=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC0EC is #253F13. Grayscale: #CCCCCC. Windows color (decimal): -2440980 or 15515866. OLE color: 15515866.

HSL color Cylindrical-coordinate representation of color #DAC0EC: hue angle of 275.45º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAC0EC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218192236-
CMYK0.080.1900.07
HSL275.45º53.66%83.92%-
HSV(B)275.45º18.64%92.55%-
XYZ62.958.6687.36-
YUV204.79145.61137.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 192 (75.39% from 255) = 29.72%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=33.75%
G=29.72%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181922360.080.1900.07275.4553.6683.92
HexDAC0EC813071133654
Octal33230035410230742366124
Binary11011010110000001110110010001001101111000100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0EC; }

 p { color: rgb(218,192,236); }

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

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

 a { background-color: rgb(218,192,236); }

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

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

 span { border-color: rgb(218,192,236); }

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