#DAD7E5

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

Shades of Quartz #DAD7E5

Tints of Quartz #DAD7E5

Color information

#DAD7E5 (or 0xDAD7E5) is unknown color: approx Quartz. HEX triplet: DA, D7 and E5. RGB value is (218,215,229). Sum of RGB (Red+Green+Blue) = 218+215+229=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7E5 is #25281A. Grayscale: #D9D9D9. Windows color (decimal): -2435099 or 15063002. OLE color: 15063002.

HSL color Cylindrical-coordinate representation of color #DAD7E5: hue angle of 252.86º degrees, saturation: 0.21, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAD7E5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218215229-
CMYK0.050.0600.10
HSL252.86º21.21%87.06%-
HSV(B)252.86º6.11%89.8%-
XYZ67.3669.1683.93-
YUV217.49134.49128.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 215 (84.38% from 255) = 32.48%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=32.93%
G=32.48%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182152290.050.0600.10252.8621.2187.06
HexDAD7E5560Afd1557
Octal3323273455601237525127
Binary1101101011010111111001011011100101011111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7E5; }

 p { color: rgb(218,215,229); }

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

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

 a { background-color: rgb(218,215,229); }

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

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

 span { border-color: rgb(218,215,229); }

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