#DAD9EB

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

Shades of Quartz #DAD9EB

Tints of Quartz #DAD9EB

Color information

#DAD9EB (or 0xDAD9EB) is unknown color: approx Quartz. HEX triplet: DA, D9 and EB. RGB value is (218,217,235). Sum of RGB (Red+Green+Blue) = 218+217+235=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9EB is #252614. Grayscale: #DBDBDB. Windows color (decimal): -2434581 or 15456730. OLE color: 15456730.

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

Color convert

RGB218217235-
CMYK0.070.0800.08
HSL243.33º31.03%88.63%-
HSV(B)243.33º7.66%92.16%-
XYZ68.7270.5388.59-
YUV219.35136.83127.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=32.54%
G=32.39%
B=35.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182172350.070.0800.08243.3331.0388.63
HexDAD9EB7808f31f59
Octal33233135371001036337131
Binary11011010110110011110101111110000100011110011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9EB; }

 p { color: rgb(218,217,235); }

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

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

 a { background-color: rgb(218,217,235); }

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

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

 span { border-color: rgb(218,217,235); }

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