Html Css Color HEX #D8D8DC Quartz

📋 copy color: '#D8D8DC'

red 216 ◦ green 216 ◦ blue 220

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

Shades of Quartz #D8D8DC

Tints of Quartz #D8D8DC

RGB

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

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

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

R = 33.13%
G = 33.13%
B = 33.74%

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

#D8D8DC (or 0xD8D8DC) is known color: Quartz. HEX triplet: D8, D8 and DC. RGB value is (216,216,220). Sum of RGB (Red+Green+Blue) = 216+216+220=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DC is #272723. Grayscale: #D8D8D8. Windows color (decimal): -2565924 or 14473432. OLE color: 14473432.

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

Color convert

RGB 216 216 220 -
CMYK 0.02 0.02 0 0.14
HSL 240º 0.05% 0.85% -
HSV(B) 240º 0.02% 0.86% -
XYZ 65.79 68.88 77.54 -
YUV 216.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 216 216 220 0.02 0.02 0 0.14 240 0.05 0.85
Hex D8 D8 DC 2 2 0 E F0 5 55
Octal 330 330 334 2 2 0 16 360 5 125
Binary 11011000 11011000 11011100 10 10 0 1110 11110000 101 1010101

Color Harmonies of #D8D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D8DC

Black with #D8D8DC

Text Example


Text Example

White with #D8D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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