#D6D7EB

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

Shades of Quartz #D6D7EB

Tints of Quartz #D6D7EB

Color information

#D6D7EB (or 0xD6D7EB) is unknown color: approx Quartz. HEX triplet: D6, D7 and EB. RGB value is (214,215,235). Sum of RGB (Red+Green+Blue) = 214+215+235=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D7EB is #292814. Grayscale: #D8D8D8. Windows color (decimal): -2697237 or 15456214. OLE color: 15456214.

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

Color convert

RGB214215235-
CMYK0.090.0900.08
HSL237.14º34.43%88.04%-
HSV(B)237.14º8.94%92.16%-
XYZ67.0368.988.36-
YUV216.98138.17125.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 215 (84.38% from 255) = 32.38%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=32.23%
G=32.38%
B=35.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142152350.090.0900.08237.1434.4388.04
HexD6D7EB9908ed2258
Octal326327353111101035542130
Binary1101011011010111111010111001100101000111011011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7EB; }

 p { color: rgb(214,215,235); }

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

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

 a { background-color: rgb(214,215,235); }

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

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

 span { border-color: rgb(214,215,235); }

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