#D7D2FA

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

Shades of Quartz #D7D2FA

Tints of Quartz #D7D2FA

Color information

#D7D2FA (or 0xD7D2FA) is unknown color: approx Quartz. HEX triplet: D7, D2 and FA. RGB value is (215,210,250). Sum of RGB (Red+Green+Blue) = 215+210+250=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7D2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D2FA is #282D05. Grayscale: #D7D7D7. Windows color (decimal): -2632966 or 16437975. OLE color: 16437975.

HSL color Cylindrical-coordinate representation of color #D7D2FA: hue angle of 247.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D2FA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215210250-
CMYK0.140.1600.02
HSL247.5º80%90.2%-
HSV(B)247.5º16%98.04%-
XYZ68.3367.4499.86-
YUV216.06147.16127.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 210 (82.42% from 255) = 31.11%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=31.85%
G=31.11%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152102500.140.1600.02247.58090.2
HexD7D2FAE1002f8505a
Octal327322372162002370120132
Binary1101011111010010111110101110100000101111100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D2FA; }

 p { color: rgb(215,210,250); }

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

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

 a { background-color: rgb(215,210,250); }

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

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

 span { border-color: rgb(215,210,250); }

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