#DAD1ED

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

Shades of Fog #DAD1ED

Tints of Fog #DAD1ED

Color information

#DAD1ED (or 0xDAD1ED) is unknown color: approx Fog. HEX triplet: DA, D1 and ED. RGB value is (218,209,237). Sum of RGB (Red+Green+Blue) = 218+209+237=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD1ED is #252E12. Grayscale: #D6D6D6. Windows color (decimal): -2436627 or 15585754. OLE color: 15585754.

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

Color convert

RGB218209237-
CMYK0.080.1200.07
HSL259.29º43.75%87.45%-
HSV(B)259.29º11.81%92.94%-
XYZ6766.6289.45-
YUV214.88140.48130.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 209 (82.03% from 255) = 31.48%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=32.83%
G=31.48%
B=35.69%

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
Decimal2182092370.080.1200.07259.2943.7587.45
HexDAD1ED8C071032c57
Octal33232135510140740354127
Binary1101101011010001111011011000110001111000000111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1ED; }

 p { color: rgb(218,209,237); }

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

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

 a { background-color: rgb(218,209,237); }

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

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

 span { border-color: rgb(218,209,237); }

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