#D9D3EE

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

Shades of Quartz #D9D3EE

Tints of Quartz #D9D3EE

Color information

#D9D3EE (or 0xD9D3EE) is unknown color: approx Quartz. HEX triplet: D9, D3 and EE. RGB value is (217,211,238). Sum of RGB (Red+Green+Blue) = 217+211+238=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D3EE is #262C11. Grayscale: #D7D7D7. Windows color (decimal): -2501650 or 15651801. OLE color: 15651801.

HSL color Cylindrical-coordinate representation of color #D9D3EE: hue angle of 253.33º 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 #D9D3EE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217211238-
CMYK0.090.1100.07
HSL253.33º44.26%88.04%-
HSV(B)253.33º11.34%93.33%-
XYZ67.3467.5190.37-
YUV215.87140.49128.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.58%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=32.58%
G=31.68%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172112380.090.1100.07253.3344.2688.04
HexD9D3EE9B07fd2c58
Octal33132335611130737554130
Binary110110011101001111101110100110110111111111011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D3EE; }

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

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

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

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

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

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

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

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