#DAD1EC

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

Shades of Fog #DAD1EC

Tints of Fog #DAD1EC

Color information

#DAD1EC (or 0xDAD1EC) is unknown color: approx Fog. HEX triplet: DA, D1 and EC. RGB value is (218,209,236). Sum of RGB (Red+Green+Blue) = 218+209+236=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD1EC is #252E13. Grayscale: #D6D6D6. Windows color (decimal): -2436628 or 15520218. OLE color: 15520218.

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

Color convert

RGB218209236-
CMYK0.080.1100.07
HSL260º41.54%87.25%-
HSV(B)260º11.44%92.55%-
XYZ66.8566.5688.68-
YUV214.77139.98130.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=32.88%
G=31.52%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182092360.080.1100.0726041.5487.25
HexDAD1EC8B071042a57
Octal33232135410130740452127
Binary1101101011010001111011001000101101111000001001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1EC; }

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

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

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

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

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

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

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

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