#DAC7EE

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

Shades of Fog #DAC7EE

Tints of Fog #DAC7EE

Color information

#DAC7EE (or 0xDAC7EE) is unknown color: approx Fog. HEX triplet: DA, C7 and EE. RGB value is (218,199,238). Sum of RGB (Red+Green+Blue) = 218+199+238=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7EE is #253811. Grayscale: #D0D0D0. Windows color (decimal): -2439186 or 15648730. OLE color: 15648730.

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

Color convert

RGB218199238-
CMYK0.080.1600.07
HSL269.23º53.42%85.69%-
HSV(B)269.23º16.39%93.33%-
XYZ64.7761.9389.43-
YUV209.13144.29134.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 199 (78.12% from 255) = 30.38%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=33.28%
G=30.38%
B=36.34%

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
Decimal2181992380.080.1600.07269.2353.4285.69
HexDAC7EE8100710d3556
Octal33230735610200741565126
Binary11011010110001111110111010001000001111000011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7EE; }

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

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

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

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

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

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

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

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