#DAD5EA

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

Shades of Fog #DAD5EA

Tints of Fog #DAD5EA

Color information

#DAD5EA (or 0xDAD5EA) is unknown color: approx Fog. HEX triplet: DA, D5 and EA. RGB value is (218,213,234). Sum of RGB (Red+Green+Blue) = 218+213+234=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5EA is #252A15. Grayscale: #D8D8D8. Windows color (decimal): -2435606 or 15390170. OLE color: 15390170.

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

Color convert

RGB218213234-
CMYK0.070.0900.08
HSL254.29º33.33%87.65%-
HSV(B)254.29º8.97%91.76%-
XYZ67.5668.4387.49-
YUV216.89137.66128.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 213 (83.59% from 255) = 32.03%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=32.78%
G=32.03%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182132340.070.0900.08254.2933.3387.65
HexDAD5EA7908fe2158
Octal33232535271101037641130
Binary110110101101010111101010111100101000111111101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5EA; }

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

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

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

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

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

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

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

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