Html Css Color HEX #D6D6DB Quartz

📋 copy color: '#D6D6DB'

red 214 ◦ green 214 ◦ blue 219

#D6D6DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #D6D6DB

Tints of Quartz #D6D6DB

RGB

 RED value IS 214 (83.98% from 255) = 33.08%

 GREEN value IS 214 (83.98% from 255) = 33.08%

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 33.08%
G = 33.08%
B = 33.85%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6D6DB (or 0xD6D6DB) is known color: Quartz. HEX triplet: D6, D6 and DB. RGB value is (214,214,219). Sum of RGB (Red+Green+Blue) = 214+214+219=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6DB is #292924. Grayscale: #D6D6D6. Windows color (decimal): -2697509 or 14407382. OLE color: 14407382.

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

Color convert

RGB 214 214 219 -
CMYK 0.02 0.02 0 0.14
HSL 240º 0.06% 0.85% -
HSV(B) 240º 0.02% 0.86% -
XYZ 64.56 67.5 76.64 -
YUV 214.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 214 214 219 0.02 0.02 0 0.14 240 0.06 0.85
Hex D6 D6 DB 2 2 0 E F0 6 55
Octal 326 326 333 2 2 0 16 360 6 125
Binary 11010110 11010110 11011011 10 10 0 1110 11110000 110 1010101

Color Harmonies of #D6D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D6DB

Black with #D6D6DB

Text Example


Text Example

White with #D6D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D6DB; }

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

 H1.HeaderClassName
 {
   color: #D6D6DB;
 }
 .AnyTagClassName
 {
   color: #D6D6DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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