#D7D6F0

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

Shades of Quartz #D7D6F0

Tints of Quartz #D7D6F0

Color information

#D7D6F0 (or 0xD7D6F0) is unknown color: approx Quartz. HEX triplet: D7, D6 and F0. RGB value is (215,214,240). Sum of RGB (Red+Green+Blue) = 215+214+240=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7D6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D6F0 is #28290F. Grayscale: #D9D9D9. Windows color (decimal): -2631952 or 15783639. OLE color: 15783639.

HSL color Cylindrical-coordinate representation of color #D7D6F0: hue angle of 242.31º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D6F0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215214240-
CMYK0.100.1100.06
HSL242.31º46.43%89.02%-
HSV(B)242.31º10.83%94.12%-
XYZ67.868.8392.15-
YUV217.26140.83126.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.14%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=32.14%
G=31.99%
B=35.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152142400.100.1100.06242.3146.4389.02
HexD7D6F0AB06f22e59
Octal32732636012130636256131
Binary110101111101011011110000101010110110111100101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6F0; }

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

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

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

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

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

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

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

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