#D3D2ED

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

Shades of Quartz #D3D2ED

Tints of Quartz #D3D2ED

Color information

#D3D2ED (or 0xD3D2ED) is unknown color: approx Quartz. HEX triplet: D3, D2 and ED. RGB value is (211,210,237). Sum of RGB (Red+Green+Blue) = 211+210+237=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D2ED is #2C2D12. Grayscale: #D5D5D5. Windows color (decimal): -2895123 or 15586003. OLE color: 15586003.

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

Color convert

RGB211210237-
CMYK0.110.1100.07
HSL242.22º42.86%87.65%-
HSV(B)242.22º11.39%92.94%-
XYZ65.266.0689.43-
YUV213.38141.33126.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.07%
GREEN value IS 210 (82.42% from 255) = 31.91%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=32.07%
G=31.91%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112102370.110.1100.07242.2242.8687.65
HexD3D2EDBB07f22b58
Octal32332235513130736253130
Binary110100111101001011101101101110110111111100101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D2ED; }

 p { color: rgb(211,210,237); }

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

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

 a { background-color: rgb(211,210,237); }

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

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

 span { border-color: rgb(211,210,237); }

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