#DACEE5

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

Shades of Fog #DACEE5

Tints of Fog #DACEE5

Color information

#DACEE5 (or 0xDACEE5) is unknown color: approx Fog. HEX triplet: DA, CE and E5. RGB value is (218,206,229). Sum of RGB (Red+Green+Blue) = 218+206+229=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #DACEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEE5 is #25311A. Grayscale: #D4D4D4. Windows color (decimal): -2437403 or 15060698. OLE color: 15060698.

HSL color Cylindrical-coordinate representation of color #DACEE5: hue angle of 271.3º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACEE5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218206229-
CMYK0.050.1000.10
HSL271.3º30.67%85.29%-
HSV(B)271.3º10.04%89.8%-
XYZ65.1364.7183.19-
YUV212.21137.48132.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=33.38%
G=31.55%
B=35.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182062290.050.1000.10271.330.6785.29
HexDACEE55A0A10f1f55
Octal33231634551201241737125
Binary110110101100111011100101101101001010100001111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEE5; }

 p { color: rgb(218,206,229); }

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

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

 a { background-color: rgb(218,206,229); }

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

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

 span { border-color: rgb(218,206,229); }

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