Html Css Color HEX #D6D6DC Quartz

📋 copy color: '#D6D6DC'

red 214 ◦ green 214 ◦ blue 220

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

Shades of Quartz #D6D6DC

Tints of Quartz #D6D6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.95%

R = 33.02%
G = 33.02%
B = 33.95%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6D6DC (or 0xD6D6DC) is known color: Quartz. HEX triplet: D6, D6 and DC. RGB value is (214,214,220). Sum of RGB (Red+Green+Blue) = 214+214+220=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6DC is #292923. Grayscale: #D6D6D6. Windows color (decimal): -2697508 or 14472918. OLE color: 14472918.

HSL color Cylindrical-coordinate representation of color #D6D6DC: hue angle of 240º 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 #D6D6DC is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 214 220 -
CMYK 0.03 0.03 0 0.14
HSL 240º 0.08% 0.85% -
HSV(B) 240º 0.03% 0.86% -
XYZ 64.7 67.56 77.34 -
YUV 214.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 214 214 220 0.03 0.03 0 0.14 240 0.08 0.85
Hex D6 D6 DC 3 3 0 E F0 8 55
Octal 326 326 334 3 3 0 16 360 10 125
Binary 11010110 11010110 11011100 11 11 0 1110 11110000 1000 1010101

Color Harmonies of #D6D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D6DC

Black with #D6D6DC

Text Example


Text Example

White with #D6D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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