#DAD6EC

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

Shades of Quartz #DAD6EC

Tints of Quartz #DAD6EC

Color information

#DAD6EC (or 0xDAD6EC) is unknown color: approx Quartz. HEX triplet: DA, D6 and EC. RGB value is (218,214,236). Sum of RGB (Red+Green+Blue) = 218+214+236=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6EC is #252913. Grayscale: #D9D9D9. Windows color (decimal): -2435348 or 15521498. OLE color: 15521498.

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

Color convert

RGB218214236-
CMYK0.080.0900.07
HSL250.91º36.67%88.24%-
HSV(B)250.91º9.32%92.55%-
XYZ68.169.0589.1-
YUV217.7138.33128.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=32.63%
G=32.04%
B=35.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182142360.080.0900.07250.9136.6788.24
HexDAD6EC8907fb2558
Octal33232635410110737345130
Binary110110101101011011101100100010010111111110111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6EC; }

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

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

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

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

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

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

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

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