#DAD8E9

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

Shades of Quartz #DAD8E9

Tints of Quartz #DAD8E9

Color information

#DAD8E9 (or 0xDAD8E9) is unknown color: approx Quartz. HEX triplet: DA, D8 and E9. RGB value is (218,216,233). Sum of RGB (Red+Green+Blue) = 218+216+233=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8E9 is #252716. Grayscale: #DADADA. Windows color (decimal): -2434839 or 15325402. OLE color: 15325402.

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

Color convert

RGB218216233-
CMYK0.060.0700.09
HSL247.06º27.87%88.04%-
HSV(B)247.06º7.3%91.37%-
XYZ68.1869.986.99-
YUV218.54136.16127.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 216 (84.77% from 255) = 32.38%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=32.68%
G=32.38%
B=34.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182162330.060.0700.09247.0627.8788.04
HexDAD8E96709f71c58
Octal3323303516701136734130
Binary1101101011011000111010011101110100111110111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8E9; }

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

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

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

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

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

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

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

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