#DAD5E9

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

Shades of Fog #DAD5E9

Tints of Fog #DAD5E9

Color information

#DAD5E9 (or 0xDAD5E9) is unknown color: approx Fog. HEX triplet: DA, D5 and E9. RGB value is (218,213,233). Sum of RGB (Red+Green+Blue) = 218+213+233=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAD5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5E9 is #252A16. Grayscale: #D8D8D8. Windows color (decimal): -2435607 or 15324634. OLE color: 15324634.

HSL color Cylindrical-coordinate representation of color #DAD5E9: hue angle of 255º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD5E9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218213233-
CMYK0.060.0900.09
HSL255º31.25%87.45%-
HSV(B)255º8.58%91.37%-
XYZ67.4268.3886.74-
YUV216.78137.16128.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=32.83%
G=32.08%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182132330.060.0900.0925531.2587.45
HexDAD5E96909ff1f57
Octal33232535161101137737127
Binary11011010110101011110100111010010100111111111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5E9; }

 p { color: rgb(218,213,233); }

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

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

 a { background-color: rgb(218,213,233); }

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

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

 span { border-color: rgb(218,213,233); }

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