#D9D5F7

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

Shades of Quartz #D9D5F7

Tints of Quartz #D9D5F7

Color information

#D9D5F7 (or 0xD9D5F7) is unknown color: approx Quartz. HEX triplet: D9, D5 and F7. RGB value is (217,213,247). Sum of RGB (Red+Green+Blue) = 217+213+247=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9D5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D5F7 is #262A08. Grayscale: #D9D9D9. Windows color (decimal): -2501129 or 16242137. OLE color: 16242137.

HSL color Cylindrical-coordinate representation of color #D9D5F7: hue angle of 247.06º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9D5F7 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB217213247-
CMYK0.120.1400.03
HSL247.06º68%90.2%-
HSV(B)247.06º13.77%96.86%-
XYZ69.269.0697.68-
YUV218.07144.33127.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 213 (83.59% from 255) = 31.46%
BLUE value IS 247 (96.88% from 255) = 36.48%
R=32.05%
G=31.46%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172132470.120.1400.03247.066890.2
HexD9D5F7CE03f7445a
Octal331325367141603367104132
Binary110110011101010111110111110011100111111011110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5F7; }

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

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

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

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

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

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

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

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