#D7D5FD

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

Shades of Quartz #D7D5FD

Tints of Quartz #D7D5FD

Color information

#D7D5FD (or 0xD7D5FD) is unknown color: approx Quartz. HEX triplet: D7, D5 and FD. RGB value is (215,213,253). Sum of RGB (Red+Green+Blue) = 215+213+253=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5FD is #282A02. Grayscale: #DADADA. Windows color (decimal): -2632195 or 16635351. OLE color: 16635351.

HSL color Cylindrical-coordinate representation of color #D7D5FD: hue angle of 243º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D5FD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215213253-
CMYK0.150.1600.01
HSL243º90.91%91.37%-
HSV(B)243º15.81%99.22%-
XYZ69.5569.13102.61-
YUV218.16147.66125.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.57%
GREEN value IS 213 (83.59% from 255) = 31.28%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=31.57%
G=31.28%
B=37.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152132530.150.1600.0124390.9191.37
HexD7D5FDF1001f35b5b
Octal327325375172001363133133
Binary110101111101010111111101111110000011111001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5FD; }

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

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

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

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

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

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

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

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