#D6D5DB

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

Shades of Quartz #D6D5DB

Tints of Quartz #D6D5DB

Color information

#D6D5DB (or 0xD6D5DB) is unknown color: approx Quartz. HEX triplet: D6, D5 and DB. RGB value is (214,213,219). Sum of RGB (Red+Green+Blue) = 214+213+219=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5DB is #292A24. Grayscale: #D5D5D5. Windows color (decimal): -2697765 or 14407126. OLE color: 14407126.

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

Color convert

RGB214213219-
CMYK0.020.0300.14
HSL250º7.69%84.71%-
HSV(B)250º2.74%85.88%-
XYZ64.316776.56-
YUV213.98130.83128.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.13%
GREEN value IS 213 (83.59% from 255) = 32.97%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=33.13%
G=32.97%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142132190.020.0300.142507.6984.71
HexD6D5DB230Efa855
Octal3263253332301637210125
Binary1101011011010101110110111011011101111101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5DB; }

 p { color: rgb(214,213,219); }

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

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

 a { background-color: rgb(214,213,219); }

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

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

 span { border-color: rgb(214,213,219); }

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