#DAD2EC

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

Shades of Fog #DAD2EC

Tints of Fog #DAD2EC

Color information

#DAD2EC (or 0xDAD2EC) is unknown color: approx Fog. HEX triplet: DA, D2 and EC. RGB value is (218,210,236). Sum of RGB (Red+Green+Blue) = 218+210+236=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2EC is #252D13. Grayscale: #D7D7D7. Windows color (decimal): -2436372 or 15520474. OLE color: 15520474.

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

Color convert

RGB218210236-
CMYK0.080.1100.07
HSL258.46º40.62%87.45%-
HSV(B)258.46º11.02%92.55%-
XYZ67.167.0588.76-
YUV215.36139.65129.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=32.83%
G=31.63%
B=35.54%

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
Decimal2182102360.080.1100.07258.4640.6287.45
HexDAD2EC8B071022957
Octal33232235410130740251127
Binary1101101011010010111011001000101101111000000101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2EC; }

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

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

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

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

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

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

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

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