Html Css Color HEX #D9D8DE Quartz

📋 copy color: '#D9D8DE'

red 217 ◦ green 216 ◦ blue 222

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

Shades of Quartz #D9D8DE

Tints of Quartz #D9D8DE

RGB

 RED value IS 217 (85.16% from 255) = 33.13%

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

 BLUE value IS 222 (87.11% from 255) = 33.89%

R = 33.13%
G = 32.98%
B = 33.89%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9D8DE (or 0xD9D8DE) is known color: Quartz. HEX triplet: D9, D8 and DE. RGB value is (217,216,222). Sum of RGB (Red+Green+Blue) = 217+216+222=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8DE is #262721. Grayscale: #D8D8D8. Windows color (decimal): -2500386 or 14604505. OLE color: 14604505.

HSL color Cylindrical-coordinate representation of color #D9D8DE: hue angle of 250º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9D8DE is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 216 222 -
CMYK 0.02 0.03 0 0.13
HSL 250º 0.08% 0.86% -
HSV(B) 250º 0.03% 0.87% -
XYZ 66.36 69.14 78.95 -
YUV 216.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 217 216 222 0.02 0.03 0 0.13 250 0.08 0.86
Hex D9 D8 DE 2 3 0 D FA 8 56
Octal 331 330 336 2 3 0 15 372 10 126
Binary 11011001 11011000 11011110 10 11 0 1101 11111010 1000 1010110

Color Harmonies of #D9D8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8DE

Black with #D9D8DE

Text Example


Text Example

White with #D9D8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8DE; }

 p { color: rgb(217,216,222); }

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

background-color css

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

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

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

border-color css

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

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

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