#D7D5F9

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

Shades of Quartz #D7D5F9

Tints of Quartz #D7D5F9

Color information

#D7D5F9 (or 0xD7D5F9) is unknown color: approx Quartz. HEX triplet: D7, D5 and F9. RGB value is (215,213,249). Sum of RGB (Red+Green+Blue) = 215+213+249=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7D5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5F9 is #282A06. Grayscale: #D9D9D9. Windows color (decimal): -2632199 or 16373207. OLE color: 16373207.

HSL color Cylindrical-coordinate representation of color #D7D5F9: hue angle of 243.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D5F9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215213249-
CMYK0.140.1400.02
HSL243.33º75%90.59%-
HSV(B)243.33º14.46%97.65%-
XYZ68.9268.8899.28-
YUV217.7145.66126.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.76%
GREEN value IS 213 (83.59% from 255) = 31.46%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=31.76%
G=31.46%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152132490.140.1400.02243.337590.59
HexD7D5F9EE02f34b5b
Octal327325371161602363113133
Binary110101111101010111111001111011100101111001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5F9; }

 p { color: rgb(215,213,249); }

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

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

 a { background-color: rgb(215,213,249); }

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

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

 span { border-color: rgb(215,213,249); }

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