#DAC2EE

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

Shades of Fog #DAC2EE

Tints of Fog #DAC2EE

Color information

#DAC2EE (or 0xDAC2EE) is unknown color: approx Fog. HEX triplet: DA, C2 and EE. RGB value is (218,194,238). Sum of RGB (Red+Green+Blue) = 218+194+238=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC2EE is #253D11. Grayscale: #CECECE. Windows color (decimal): -2440466 or 15647450. OLE color: 15647450.

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

Color convert

RGB218194238-
CMYK0.080.1800.07
HSL272.73º56.41%84.71%-
HSV(B)272.73º18.49%93.33%-
XYZ63.6459.6689.05-
YUV206.19145.95136.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=33.54%
G=29.85%
B=36.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181942380.080.1800.07272.7356.4184.71
HexDAC2EE812071113855
Octal33230235610220742170125
Binary11011010110000101110111010001001001111000100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2EE; }

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

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

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

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

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

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

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

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