#D9D5EE

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

Shades of Quartz #D9D5EE

Tints of Quartz #D9D5EE

Color information

#D9D5EE (or 0xD9D5EE) is unknown color: approx Quartz. HEX triplet: D9, D5 and EE. RGB value is (217,213,238). Sum of RGB (Red+Green+Blue) = 217+213+238=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D5EE is #262A11. Grayscale: #D8D8D8. Windows color (decimal): -2501138 or 15652313. OLE color: 15652313.

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

Color convert

RGB217213238-
CMYK0.090.1100.07
HSL249.6º42.37%88.43%-
HSV(B)249.6º10.5%93.33%-
XYZ67.8468.5190.54-
YUV217.05139.83127.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.49%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=32.49%
G=31.89%
B=35.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172132380.090.1100.07249.642.3788.43
HexD9D5EE9B07fa2a58
Octal33132535611130737252130
Binary110110011101010111101110100110110111111110101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5EE; }

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

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

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

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

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

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

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

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