#DAD0EC

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

Shades of Fog #DAD0EC

Tints of Fog #DAD0EC

Color information

#DAD0EC (or 0xDAD0EC) is unknown color: approx Fog. HEX triplet: DA, D0 and EC. RGB value is (218,208,236). Sum of RGB (Red+Green+Blue) = 218+208+236=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0EC is #252F13. Grayscale: #D6D6D6. Windows color (decimal): -2436884 or 15519962. OLE color: 15519962.

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

Color convert

RGB218208236-
CMYK0.080.1200.07
HSL261.43º42.42%87.06%-
HSV(B)261.43º11.86%92.55%-
XYZ66.6166.0788.6-
YUV214.18140.31130.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 208 (81.64% from 255) = 31.42%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=32.93%
G=31.42%
B=35.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182082360.080.1200.07261.4342.4287.06
HexDAD0EC8C071052a57
Octal33232035410140740552127
Binary1101101011010000111011001000110001111000001011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0EC; }

 p { color: rgb(218,208,236); }

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

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

 a { background-color: rgb(218,208,236); }

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

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

 span { border-color: rgb(218,208,236); }

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