#DACEEE

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

Shades of Fog #DACEEE

Tints of Fog #DACEEE

Color information

#DACEEE (or 0xDACEEE) is unknown color: approx Fog. HEX triplet: DA, CE and EE. RGB value is (218,206,238). Sum of RGB (Red+Green+Blue) = 218+206+238=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #DACEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEEE is #253111. Grayscale: #D5D5D5. Windows color (decimal): -2437394 or 15650522. OLE color: 15650522.

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

Color convert

RGB218206238-
CMYK0.080.1300.07
HSL262.5º48.48%87.06%-
HSV(B)262.5º13.45%93.33%-
XYZ66.4265.2289.98-
YUV213.24141.98131.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=32.93%
G=31.12%
B=35.95%

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
Decimal2182062380.080.1300.07262.548.4887.06
HexDACEEE8D071063057
Octal33231635610150740660127
Binary1101101011001110111011101000110101111000001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEEE; }

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

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

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

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

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

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

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

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