Html Css Color HEX #D9D8ED Quartz

📋 copy color: '#D9D8ED'

red 217 ◦ green 216 ◦ blue 237

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

Shades of Quartz #D9D8ED

Tints of Quartz #D9D8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.37%

R = 32.39%
G = 32.24%
B = 35.37%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9D8ED (or 0xD9D8ED) is known color: Quartz. HEX triplet: D9, D8 and ED. RGB value is (217,216,237). Sum of RGB (Red+Green+Blue) = 217+216+237=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9D8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8ED is #262712. Grayscale: #DADADA. Windows color (decimal): -2500371 or 15587545. OLE color: 15587545.

HSL color Cylindrical-coordinate representation of color #D9D8ED: hue angle of 242.86º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9D8ED is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 216 237 -
CMYK 0.08 0.09 0 0.07
HSL 242.86º 0.37% 0.89% -
HSV(B) 242.86º 0.09% 0.93% -
XYZ 68.46 69.98 90.02 -
YUV 218.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 217 216 237 0.08 0.09 0 0.07 242.86 0.37 0.89
Hex D9 D8 ED 8 9 0 7 F3 25 59
Octal 331 330 355 10 11 0 7 363 45 131
Binary 11011001 11011000 11101101 1000 1001 0 111 11110011 100101 1011001

Color Harmonies of #D9D8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8ED

Black with #D9D8ED

Text Example


Text Example

White with #D9D8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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