Html Css Color HEX #D9D8EB Quartz

📋 copy color: '#D9D8EB'

red 217 ◦ green 216 ◦ blue 235

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

Shades of Quartz #D9D8EB

Tints of Quartz #D9D8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.18%

R = 32.49%
G = 32.34%
B = 35.18%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9D8EB (or 0xD9D8EB) is known color: Quartz. HEX triplet: D9, D8 and EB. RGB value is (217,216,235). Sum of RGB (Red+Green+Blue) = 217+216+235=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8EB is #262714. Grayscale: #DADADA. Windows color (decimal): -2500373 or 15456473. OLE color: 15456473.

HSL color Cylindrical-coordinate representation of color #D9D8EB: hue angle of 243.16º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9D8EB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 216 235 -
CMYK 0.08 0.08 0 0.08
HSL 243.16º 0.32% 0.88% -
HSV(B) 243.16º 0.08% 0.92% -
XYZ 68.17 69.86 88.49 -
YUV 218.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 217 216 235 0.08 0.08 0 0.08 243.16 0.32 0.88
Hex D9 D8 EB 8 8 0 8 F3 20 58
Octal 331 330 353 10 10 0 10 363 40 130
Binary 11011001 11011000 11101011 1000 1000 0 1000 11110011 100000 1011000

Color Harmonies of #D9D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8EB

Black with #D9D8EB

Text Example


Text Example

White with #D9D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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