#D6D3F6

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

Shades of Quartz #D6D3F6

Tints of Quartz #D6D3F6

Color information

#D6D3F6 (or 0xD6D3F6) is unknown color: approx Quartz. HEX triplet: D6, D3 and F6. RGB value is (214,211,246). Sum of RGB (Red+Green+Blue) = 214+211+246=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6D3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3F6 is #292C09. Grayscale: #D7D7D7. Windows color (decimal): -2698250 or 16176086. OLE color: 16176086.

HSL color Cylindrical-coordinate representation of color #D6D3F6: hue angle of 245.14º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6D3F6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214211246-
CMYK0.130.1400.04
HSL245.14º66.04%89.61%-
HSV(B)245.14º14.23%96.47%-
XYZ67.6667.5496.66-
YUV215.89144.99126.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 211 (82.81% from 255) = 31.45%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=31.89%
G=31.45%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142112460.130.1400.04245.1466.0489.61
HexD6D3F6DE04f5425a
Octal326323366151604365102132
Binary1101011011010011111101101101111001001111010110000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3F6; }

 p { color: rgb(214,211,246); }

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

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

 a { background-color: rgb(214,211,246); }

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

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

 span { border-color: rgb(214,211,246); }

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