#DAD9EC

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

Shades of Quartz #DAD9EC

Tints of Quartz #DAD9EC

Color information

#DAD9EC (or 0xDAD9EC) is unknown color: approx Quartz. HEX triplet: DA, D9 and EC. RGB value is (218,217,236). Sum of RGB (Red+Green+Blue) = 218+217+236=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9EC is #252613. Grayscale: #DBDBDB. Windows color (decimal): -2434580 or 15522266. OLE color: 15522266.

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

Color convert

RGB218217236-
CMYK0.080.0800.07
HSL243.16º33.33%88.82%-
HSV(B)243.16º8.05%92.55%-
XYZ68.8770.5989.35-
YUV219.46137.33126.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=32.49%
G=32.34%
B=35.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182172360.080.0800.07243.1633.3388.82
HexDAD9EC8807f32159
Octal33233135410100736341131
Binary110110101101100111101100100010000111111100111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9EC; }

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

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

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

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

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

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

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

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