#DAD8EA

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

Shades of Quartz #DAD8EA

Tints of Quartz #DAD8EA

Color information

#DAD8EA (or 0xDAD8EA) is unknown color: approx Quartz. HEX triplet: DA, D8 and EA. RGB value is (218,216,234). Sum of RGB (Red+Green+Blue) = 218+216+234=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8EA is #252715. Grayscale: #DADADA. Windows color (decimal): -2434838 or 15390938. OLE color: 15390938.

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

Color convert

RGB218216234-
CMYK0.070.0800.08
HSL246.67º30%88.24%-
HSV(B)246.67º7.69%91.76%-
XYZ68.3269.9687.74-
YUV218.65136.66127.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 216 (84.77% from 255) = 32.34%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=32.63%
G=32.34%
B=35.03%

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
Decimal2182162340.070.0800.08246.673088.24
HexDAD8EA7808f71e58
Octal33233035271001036736130
Binary11011010110110001110101011110000100011110111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8EA; }

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

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

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

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

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

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

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

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