#DAC7EC

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

Shades of Fog #DAC7EC

Tints of Fog #DAC7EC

Color information

#DAC7EC (or 0xDAC7EC) is unknown color: approx Fog. HEX triplet: DA, C7 and EC. RGB value is (218,199,236). Sum of RGB (Red+Green+Blue) = 218+199+236=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7EC is #253813. Grayscale: #D0D0D0. Windows color (decimal): -2439188 or 15517658. OLE color: 15517658.

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

Color convert

RGB218199236-
CMYK0.080.1600.07
HSL270.81º49.33%85.29%-
HSV(B)270.81º15.68%92.55%-
XYZ64.4861.8187.89-
YUV208.9143.29134.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 199 (78.12% from 255) = 30.47%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=33.38%
G=30.47%
B=36.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181992360.080.1600.07270.8149.3385.29
HexDAC7EC8100710f3155
Octal33230735410200741761125
Binary11011010110001111110110010001000001111000011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7EC; }

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

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

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

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

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

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

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

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