#D3D7FE

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

Shades of Quartz #D3D7FE

Tints of Quartz #D3D7FE

Color information

#D3D7FE (or 0xD3D7FE) is unknown color: approx Quartz. HEX triplet: D3, D7 and FE. RGB value is (211,215,254). Sum of RGB (Red+Green+Blue) = 211+215+254=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D7FE is #2C2801. Grayscale: #DADADA. Windows color (decimal): -2893826 or 16701395. OLE color: 16701395.

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

Color convert

RGB211215254-
CMYK0.170.1500.00
HSL234.42º95.56%91.18%-
HSV(B)234.42º16.93%99.61%-
XYZ69.0569.61103.56-
YUV218.25148.17122.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.03%
GREEN value IS 215 (84.38% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=31.03%
G=31.62%
B=37.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2112152540.170.1500.00234.4295.5691.18
HexD3D7FE11F00ea605b
Octal323327376211700352140133
Binary110100111101011111111110100011111001110101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D7FE; }

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

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

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

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

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

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

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

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