#DAC1EE

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

Shades of Fog #DAC1EE

Tints of Fog #DAC1EE

Color information

#DAC1EE (or 0xDAC1EE) is unknown color: approx Fog. HEX triplet: DA, C1 and EE. RGB value is (218,193,238). Sum of RGB (Red+Green+Blue) = 218+193+238=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC1EE is #253E11. Grayscale: #CDCDCD. Windows color (decimal): -2440722 or 15647194. OLE color: 15647194.

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

Color convert

RGB218193238-
CMYK0.080.1900.07
HSL273.33º56.96%84.51%-
HSV(B)273.33º18.91%93.33%-
XYZ63.4259.2288.98-
YUV205.6146.28136.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=33.59%
G=29.74%
B=36.67%

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
Decimal2181932380.080.1900.07273.3356.9684.51
HexDAC1EE813071113955
Octal33230135610230742171125
Binary11011010110000011110111010001001101111000100011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1EE; }

 p { color: rgb(218,193,238); }

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

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

 a { background-color: rgb(218,193,238); }

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

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

 span { border-color: rgb(218,193,238); }

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