#D7D3F1

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

Shades of Quartz #D7D3F1

Tints of Quartz #D7D3F1

Color information

#D7D3F1 (or 0xD7D3F1) is unknown color: approx Quartz. HEX triplet: D7, D3 and F1. RGB value is (215,211,241). Sum of RGB (Red+Green+Blue) = 215+211+241=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3F1 is #282C0E. Grayscale: #D7D7D7. Windows color (decimal): -2632719 or 15848407. OLE color: 15848407.

HSL color Cylindrical-coordinate representation of color #D7D3F1: hue angle of 248º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D3F1 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215211241-
CMYK0.110.1200.05
HSL248º51.72%88.63%-
HSV(B)248º12.45%94.51%-
XYZ67.267.3992.68-
YUV215.62142.33127.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.23%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=32.23%
G=31.63%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152112410.110.1200.0524851.7288.63
HexD7D3F1BC05f83459
Octal32732336113140537064131
Binary110101111101001111110001101111000101111110001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3F1; }

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

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

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

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

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

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

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

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