#D4D3DB

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

Shades of Quartz #D4D3DB

Tints of Quartz #D4D3DB

Color information

#D4D3DB (or 0xD4D3DB) is unknown color: approx Quartz. HEX triplet: D4, D3 and DB. RGB value is (212,211,219). Sum of RGB (Red+Green+Blue) = 212+211+219=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D3DB is #2B2C24. Grayscale: #D4D4D4. Windows color (decimal): -2829349 or 14406612. OLE color: 14406612.

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

Color convert

RGB212211219-
CMYK0.030.0400.14
HSL247.5º10%84.31%-
HSV(B)247.5º3.65%85.88%-
XYZ63.2365.776.37-
YUV212.21131.83127.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.02%
GREEN value IS 211 (82.81% from 255) = 32.87%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=33.02%
G=32.87%
B=34.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122112190.030.0400.14247.51084.31
HexD4D3DB340Ef8a54
Octal3243233333401637012124
Binary11010100110100111101101111100011101111100010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D3DB; }

 p { color: rgb(212,211,219); }

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

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

 a { background-color: rgb(212,211,219); }

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

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

 span { border-color: rgb(212,211,219); }

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