#DAC2EB

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

Shades of Fog #DAC2EB

Tints of Fog #DAC2EB

Color information

#DAC2EB (or 0xDAC2EB) is unknown color: approx Fog. HEX triplet: DA, C2 and EB. RGB value is (218,194,235). Sum of RGB (Red+Green+Blue) = 218+194+235=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC2EB is #253D14. Grayscale: #CDCDCD. Windows color (decimal): -2440469 or 15450842. OLE color: 15450842.

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

Color convert

RGB218194235-
CMYK0.070.1700.08
HSL275.12º50.62%84.12%-
HSV(B)275.12º17.45%92.16%-
XYZ63.259.4986.75-
YUV205.85144.45136.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=33.69%
G=29.98%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181942350.070.1700.08275.1250.6284.12
HexDAC2EB711081133354
Octal33230235372101042363124
Binary11011010110000101110101111110001010001000100111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2EB; }

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

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

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

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

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

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

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

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