#D6D7FD

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

Shades of Quartz #D6D7FD

Tints of Quartz #D6D7FD

Color information

#D6D7FD (or 0xD6D7FD) is unknown color: approx Quartz. HEX triplet: D6, D7 and FD. RGB value is (214,215,253). Sum of RGB (Red+Green+Blue) = 214+215+253=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D7FD is #292802. Grayscale: #DADADA. Windows color (decimal): -2697219 or 16635862. OLE color: 16635862.

HSL color Cylindrical-coordinate representation of color #D6D7FD: hue angle of 238.46º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6D7FD is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214215253-
CMYK0.150.1500.01
HSL238.46º90.7%91.57%-
HSV(B)238.46º15.42%99.22%-
XYZ69.7669.99102.76-
YUV219.03147.17124.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.38%
GREEN value IS 215 (84.38% from 255) = 31.52%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=31.38%
G=31.52%
B=37.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142152530.150.1500.01238.4690.791.57
HexD6D7FDFF01ee5b5c
Octal326327375171701356133134
Binary11010110110101111111110111111111011110111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7FD; }

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

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

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

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

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

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

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

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