#D6D3EE

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

Shades of Quartz #D6D3EE

Tints of Quartz #D6D3EE

Color information

#D6D3EE (or 0xD6D3EE) is unknown color: approx Quartz. HEX triplet: D6, D3 and EE. RGB value is (214,211,238). Sum of RGB (Red+Green+Blue) = 214+211+238=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6D3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3EE is #292C11. Grayscale: #D6D6D6. Windows color (decimal): -2698258 or 15651798. OLE color: 15651798.

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

Color convert

RGB214211238-
CMYK0.100.1100.07
HSL246.67º44.26%88.04%-
HSV(B)246.67º11.34%93.33%-
XYZ66.4667.0690.33-
YUV214.98140.99127.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 211 (82.81% from 255) = 31.83%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=32.28%
G=31.83%
B=35.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142112380.100.1100.07246.6744.2688.04
HexD6D3EEAB07f72c58
Octal32632335612130736754130
Binary110101101101001111101110101010110111111101111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3EE; }

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

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

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

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

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

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

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

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