#D8DAF6

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

Shades of Quartz #D8DAF6

Tints of Quartz #D8DAF6

Color information

#D8DAF6 (or 0xD8DAF6) is unknown color: approx Quartz. HEX triplet: D8, DA and F6. RGB value is (216,218,246). Sum of RGB (Red+Green+Blue) = 216+218+246=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8DAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAF6 is #272509. Grayscale: #DCDCDC. Windows color (decimal): -2565386 or 16177880. OLE color: 16177880.

HSL color Cylindrical-coordinate representation of color #D8DAF6: hue angle of 236º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8DAF6 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216218246-
CMYK0.120.1100.04
HSL236º62.5%90.59%-
HSV(B)236º12.2%96.47%-
XYZ70.0271.497.28-
YUV220.59142.34124.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.76%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 246 (96.48% from 255) = 36.18%
R=31.76%
G=32.06%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2162182460.120.1100.0423662.590.59
HexD8DAF6CB04ec3e5b
Octal33033236614130435476133
Binary110110001101101011110110110010110100111011001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAF6; }

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

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

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

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

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

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

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

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