Html Css Color HEX #D6D6D7 Quartz

📋 copy color: '#D6D6D7'

red 214 ◦ green 214 ◦ blue 215

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

Shades of Quartz #D6D6D7

Tints of Quartz #D6D6D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.44%

R = 33.28%
G = 33.28%
B = 33.44%

CMYK

 C value IS 0.00

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6D6D7 (or 0xD6D6D7) is known color: Quartz. HEX triplet: D6, D6 and D7. RGB value is (214,214,215). Sum of RGB (Red+Green+Blue) = 214+214+215=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6D6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6D7 is #292928. Grayscale: #D6D6D6. Windows color (decimal): -2697513 or 14145238. OLE color: 14145238.

HSL color Cylindrical-coordinate representation of color #D6D6D7: hue angle of 240º degrees, saturation: 0.01, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D6D6D7 is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 215 -
CMYK 0.00 0.00 0 0.16
HSL 240º 0.01% 0.84% -
HSV(B) 240º 0% 0.84% -
XYZ 64.04 67.3 73.9 -
YUV 214.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 214 214 215 0.00 0.00 0 0.16 240 0.01 0.84
Hex D6 D6 D7 0 0 0 10 F0 1 54
Octal 326 326 327 0 0 0 20 360 1 124
Binary 11010110 11010110 11010111 0 0 0 10000 11110000 1 1010100

Color Harmonies of #D6D6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D6D7

Black with #D6D6D7

Text Example


Text Example

White with #D6D6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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