#DACEEB

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

Shades of Fog #DACEEB

Tints of Fog #DACEEB

Color information

#DACEEB (or 0xDACEEB) is unknown color: approx Fog. HEX triplet: DA, CE and EB. RGB value is (218,206,235). Sum of RGB (Red+Green+Blue) = 218+206+235=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #DACEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEEB is #253114. Grayscale: #D4D4D4. Windows color (decimal): -2437397 or 15453914. OLE color: 15453914.

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

Color convert

RGB218206235-
CMYK0.070.1200.08
HSL264.83º42.03%86.47%-
HSV(B)264.83º12.34%92.16%-
XYZ65.9865.0587.67-
YUV212.89140.48131.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=33.08%
G=31.26%
B=35.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182062350.070.1200.08264.8342.0386.47
HexDACEEB7C081092a56
Octal33231635371401041152126
Binary1101101011001110111010111111100010001000010011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEEB; }

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

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

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

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

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

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

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

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