#D5D7FD

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

Shades of Quartz #D5D7FD

Tints of Quartz #D5D7FD

Color information

#D5D7FD (or 0xD5D7FD) is unknown color: approx Quartz. HEX triplet: D5, D7 and FD. RGB value is (213,215,253). Sum of RGB (Red+Green+Blue) = 213+215+253=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 215 (84.38% from 255 or 31.57% 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 #D5D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D7FD is #2A2802. Grayscale: #DADADA. Windows color (decimal): -2762755 or 16635861. OLE color: 16635861.

HSL color Cylindrical-coordinate representation of color #D5D7FD: hue angle of 237º 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 #D5D7FD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213215253-
CMYK0.160.1500.01
HSL237º90.91%91.37%-
HSV(B)237º15.81%99.22%-
XYZ69.4769.84102.75-
YUV218.73147.34123.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132152530.160.1500.0123790.9191.37
HexD5D7FD10F01ed5b5b
Octal325327375201701355133133
Binary110101011101011111111101100001111011110110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D7FD; }

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

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

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

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

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

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

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

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