#D9D8EE

Color #D9D8EE Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D9D8EE

Tints of Quartz #D9D8EE

Color information

#D9D8EE (or 0xD9D8EE) is unknown color: approx Quartz. HEX triplet: D9, D8 and EE. RGB value is (217,216,238). Sum of RGB (Red+Green+Blue) = 217+216+238=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8EE is #262711. Grayscale: #DADADA. Windows color (decimal): -2500370 or 15653081. OLE color: 15653081.

HSL color Cylindrical-coordinate representation of color #D9D8EE: hue angle of 242.73º degrees, saturation: 0.39, 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 #D9D8EE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217216238-
CMYK0.090.0900.07
HSL242.73º39.29%89.02%-
HSV(B)242.73º9.24%93.33%-
XYZ68.670.0490.79-
YUV218.81138.83126.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.34%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=32.34%
G=32.19%
B=35.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172162380.090.0900.07242.7339.2989.02
HexD9D8EE9907f32759
Octal33133035611110736347131
Binary110110011101100011101110100110010111111100111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8EE; }

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

 H1.HeaderClassName
 {
   color: #D9D8EE;
 }
 .AnyTagClassName
 {
   color: #D9D8EE;
 }
</style>
background-color css

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

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

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

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

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

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