#D5D7FC

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

Shades of Quartz #D5D7FC

Tints of Quartz #D5D7FC

Color information

#D5D7FC (or 0xD5D7FC) is unknown color: approx Quartz. HEX triplet: D5, D7 and FC. RGB value is (213,215,252). Sum of RGB (Red+Green+Blue) = 213+215+252=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5D7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D7FC is #2A2803. Grayscale: #DADADA. Windows color (decimal): -2762756 or 16570325. OLE color: 16570325.

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

Color convert

RGB213215252-
CMYK0.150.1500.01
HSL236.92º86.67%91.18%-
HSV(B)236.92º15.48%98.82%-
XYZ69.3169.78101.91-
YUV218.62146.84123.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.32%
GREEN value IS 215 (84.38% from 255) = 31.62%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=31.32%
G=31.62%
B=37.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132152520.150.1500.01236.9286.6791.18
HexD5D7FCFF01ed575b
Octal325327374171701355127133
Binary11010101110101111111110011111111011110110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D7FC; }

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

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

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

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

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

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

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

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