Html Css Color HEX #D8D8DB Quartz

📋 copy color: '#D8D8DB'

red 216 ◦ green 216 ◦ blue 219

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

Shades of Quartz #D8D8DB

Tints of Quartz #D8D8DB

RGB

 RED value IS 216 (84.77% from 255) = 33.18%

 GREEN value IS 216 (84.77% from 255) = 33.18%

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

R = 33.18%
G = 33.18%
B = 33.64%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8D8DB (or 0xD8D8DB) is known color: Quartz. HEX triplet: D8, D8 and DB. RGB value is (216,216,219). Sum of RGB (Red+Green+Blue) = 216+216+219=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DB is #272724. Grayscale: #D8D8D8. Windows color (decimal): -2565925 or 14407896. OLE color: 14407896.

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

Color convert

RGB 216 216 219 -
CMYK 0.01 0.01 0 0.14
HSL 240º 0.04% 0.85% -
HSV(B) 240º 0.01% 0.86% -
XYZ 65.66 68.83 76.84 -
YUV 216.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 216 216 219 0.01 0.01 0 0.14 240 0.04 0.85
Hex D8 D8 DB 1 1 0 E F0 4 55
Octal 330 330 333 1 1 0 16 360 4 125
Binary 11011000 11011000 11011011 1 1 0 1110 11110000 100 1010101

Color Harmonies of #D8D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D8DB

Black with #D8D8DB

Text Example


Text Example

White with #D8D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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