#D7D6ED

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

Shades of Quartz #D7D6ED

Tints of Quartz #D7D6ED

Color information

#D7D6ED (or 0xD7D6ED) is unknown color: approx Quartz. HEX triplet: D7, D6 and ED. RGB value is (215,214,237). Sum of RGB (Red+Green+Blue) = 215+214+237=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7D6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D6ED is #282912. Grayscale: #D8D8D8. Windows color (decimal): -2631955 or 15587031. OLE color: 15587031.

HSL color Cylindrical-coordinate representation of color #D7D6ED: hue angle of 242.61º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D6ED is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215214237-
CMYK0.090.1000.07
HSL242.61º38.98%88.43%-
HSV(B)242.61º9.7%92.94%-
XYZ67.3668.6589.82-
YUV216.92139.33126.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.28%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=32.28%
G=32.13%
B=35.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152142370.090.1000.07242.6138.9888.43
HexD7D6ED9A07f32758
Octal32732635511120736347130
Binary110101111101011011101101100110100111111100111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6ED; }

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

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

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

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

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

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

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

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