#D9D7FE

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

Shades of Quartz #D9D7FE

Tints of Quartz #D9D7FE

Color information

#D9D7FE (or 0xD9D7FE) is unknown color: approx Quartz. HEX triplet: D9, D7 and FE. RGB value is (217,215,254). Sum of RGB (Red+Green+Blue) = 217+215+254=686 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.63% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D7FE is #262801. Grayscale: #DBDBDB. Windows color (decimal): -2500610 or 16701401. OLE color: 16701401.

HSL color Cylindrical-coordinate representation of color #D9D7FE: hue angle of 243.08º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D7FE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217215254-
CMYK0.150.1500.00
HSL243.08º95.12%91.96%-
HSV(B)243.08º15.35%99.61%-
XYZ70.8170.51103.64-
YUV220.04147.16125.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.63%
GREEN value IS 215 (84.38% from 255) = 31.34%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=31.63%
G=31.34%
B=37.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172152540.150.1500.00243.0895.1291.96
HexD9D7FEFF00f35f5c
Octal331327376171700363137134
Binary11011001110101111111111011111111001111001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7FE; }

 p { color: rgb(217,215,254); }

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

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

 a { background-color: rgb(217,215,254); }

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

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

 span { border-color: rgb(217,215,254); }

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