#DAD3EE

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

Shades of Fog #DAD3EE

Tints of Fog #DAD3EE

Color information

#DAD3EE (or 0xDAD3EE) is unknown color: approx Fog. HEX triplet: DA, D3 and EE. RGB value is (218,211,238). Sum of RGB (Red+Green+Blue) = 218+211+238=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3EE is #252C11. Grayscale: #D8D8D8. Windows color (decimal): -2436114 or 15651802. OLE color: 15651802.

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

Color convert

RGB218211238-
CMYK0.080.1100.07
HSL255.56º44.26%88.04%-
HSV(B)255.56º11.34%93.33%-
XYZ67.6467.6790.38-
YUV216.17140.32129.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=32.68%
G=31.63%
B=35.68%

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
Decimal2182112380.080.1100.07255.5644.2688.04
HexDAD3EE8B071002c58
Octal33232335610130740054130
Binary1101101011010011111011101000101101111000000001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3EE; }

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

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

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

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

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

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

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

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