#D7D6F7

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

Shades of Quartz #D7D6F7

Tints of Quartz #D7D6F7

Color information

#D7D6F7 (or 0xD7D6F7) is unknown color: approx Quartz. HEX triplet: D7, D6 and F7. RGB value is (215,214,247). Sum of RGB (Red+Green+Blue) = 215+214+247=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #D7D6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D6F7 is #282908. Grayscale: #D9D9D9. Windows color (decimal): -2631945 or 16242391. OLE color: 16242391.

HSL color Cylindrical-coordinate representation of color #D7D6F7: hue angle of 241.82º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D6F7 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215214247-
CMYK0.130.1300.03
HSL241.82º67.35%90.39%-
HSV(B)241.82º13.36%96.86%-
XYZ68.8669.2697.73-
YUV218.06144.33125.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 214 (83.98% from 255) = 31.66%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=31.80%
G=31.66%
B=36.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152142470.130.1300.03241.8267.3590.39
HexD7D6F7DD03f2435a
Octal327326367151503362103132
Binary110101111101011011110111110111010111111001010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6F7; }

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

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

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

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

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

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

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

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