#DAC4EE

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

Shades of Fog #DAC4EE

Tints of Fog #DAC4EE

Color information

#DAC4EE (or 0xDAC4EE) is unknown color: approx Fog. HEX triplet: DA, C4 and EE. RGB value is (218,196,238). Sum of RGB (Red+Green+Blue) = 218+196+238=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC4EE is #253B11. Grayscale: #CFCFCF. Windows color (decimal): -2439954 or 15647962. OLE color: 15647962.

HSL color Cylindrical-coordinate representation of color #DAC4EE: hue angle of 271.43º degrees, saturation: 0.55, 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 #DAC4EE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218196238-
CMYK0.080.1800.07
HSL271.43º55.26%85.1%-
HSV(B)271.43º17.65%93.33%-
XYZ64.0960.5689.2-
YUV207.37145.29135.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=33.44%
G=30.06%
B=36.50%

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
Decimal2181962380.080.1800.07271.4355.2685.1
HexDAC4EE8120710f3755
Octal33230435610220741767125
Binary11011010110001001110111010001001001111000011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4EE; }

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

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

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

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

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

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

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

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