#D3D2DC

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

Shades of Quartz #D3D2DC

Tints of Quartz #D3D2DC

Color information

#D3D2DC (or 0xD3D2DC) is unknown color: approx Quartz. HEX triplet: D3, D2 and DC. RGB value is (211,210,220). Sum of RGB (Red+Green+Blue) = 211+210+220=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D2DC is #2C2D23. Grayscale: #D3D3D3. Windows color (decimal): -2895140 or 14471891. OLE color: 14471891.

HSL color Cylindrical-coordinate representation of color #D3D2DC: hue angle of 246º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3D2DC is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211210220-
CMYK0.040.0500.14
HSL246º12.5%84.31%-
HSV(B)246º4.55%86.27%-
XYZ62.8365.1176.97-
YUV211.44132.83127.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.92%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=32.92%
G=32.76%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112102200.040.0500.1424612.584.31
HexD3D2DC450Ef6c54
Octal3233223344501636614124
Binary110100111101001011011100100101011101111011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D2DC; }

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

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

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

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

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

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

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

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