#DACEED

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

Shades of Fog #DACEED

Tints of Fog #DACEED

Color information

#DACEED (or 0xDACEED) is unknown color: approx Fog. HEX triplet: DA, CE and ED. RGB value is (218,206,237). Sum of RGB (Red+Green+Blue) = 218+206+237=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #DACEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEED is #253112. Grayscale: #D5D5D5. Windows color (decimal): -2437395 or 15584986. OLE color: 15584986.

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

Color convert

RGB218206237-
CMYK0.080.1300.07
HSL263.23º46.27%86.86%-
HSV(B)263.23º13.08%92.94%-
XYZ66.2765.1689.21-
YUV213.12141.48131.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=32.98%
G=31.16%
B=35.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182062370.080.1300.07263.2346.2786.86
HexDACEED8D071072e57
Octal33231635510150740756127
Binary1101101011001110111011011000110101111000001111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEED; }

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

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

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

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

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

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

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

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