#DAD4EC

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

Shades of Fog #DAD4EC

Tints of Fog #DAD4EC

Color information

#DAD4EC (or 0xDAD4EC) is unknown color: approx Fog. HEX triplet: DA, D4 and EC. RGB value is (218,212,236). Sum of RGB (Red+Green+Blue) = 218+212+236=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4EC is #252B13. Grayscale: #D8D8D8. Windows color (decimal): -2435860 or 15520986. OLE color: 15520986.

HSL color Cylindrical-coordinate representation of color #DAD4EC: hue angle of 255º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD4EC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218212236-
CMYK0.080.1000.07
HSL255º38.71%87.84%-
HSV(B)255º10.17%92.55%-
XYZ67.668.0588.93-
YUV216.53138.99129.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=32.73%
G=31.83%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182122360.080.1000.0725538.7187.84
HexDAD4EC8A07ff2758
Octal33232435410120737747130
Binary110110101101010011101100100010100111111111111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4EC; }

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

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

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

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

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

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

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

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