#DAD2EE

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

Shades of Fog #DAD2EE

Tints of Fog #DAD2EE

Color information

#DAD2EE (or 0xDAD2EE) is unknown color: approx Fog. HEX triplet: DA, D2 and EE. RGB value is (218,210,238). Sum of RGB (Red+Green+Blue) = 218+210+238=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2EE is #252D11. Grayscale: #D7D7D7. Windows color (decimal): -2436370 or 15651546. OLE color: 15651546.

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

Color convert

RGB218210238-
CMYK0.080.1200.07
HSL257.14º45.16%87.84%-
HSV(B)257.14º11.76%93.33%-
XYZ67.3967.1790.3-
YUV215.58140.65129.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=32.73%
G=31.53%
B=35.74%

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
Decimal2182102380.080.1200.07257.1445.1687.84
HexDAD2EE8C071012d58
Octal33232235610140740155130
Binary1101101011010010111011101000110001111000000011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2EE; }

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

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

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

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

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

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

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

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