Html Css Color HEX #D8D9EB Quartz

📋 copy color: '#D8D9EB'

red 216 ◦ green 217 ◦ blue 235

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

Shades of Quartz #D8D9EB

Tints of Quartz #D8D9EB

RGB

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

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

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

R = 32.34%
G = 32.49%
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

#D8D9EB (or 0xD8D9EB) is known color: Quartz. HEX triplet: D8, D9 and EB. RGB value is (216,217,235). Sum of RGB (Red+Green+Blue) = 216+217+235=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 217 (85.16% from 255 or 32.49% 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 #D8D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9EB is #272614. Grayscale: #DADADA. Windows color (decimal): -2565653 or 15456728. OLE color: 15456728.

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

Color convert

RGB 216 217 235 -
CMYK 0.08 0.08 0 0.08
HSL 236.84º 0.32% 0.88% -
HSV(B) 236.84º 0.08% 0.92% -
XYZ 68.13 70.22 88.56 -
YUV 218.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 216 217 235 0.08 0.08 0 0.08 236.84 0.32 0.88
Hex D8 D9 EB 8 8 0 8 ED 20 58
Octal 330 331 353 10 10 0 10 355 40 130
Binary 11011000 11011001 11101011 1000 1000 0 1000 11101101 100000 1011000

Color Harmonies of #D8D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D9EB

Black with #D8D9EB

Text Example


Text Example

White with #D8D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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