#D7D2FB

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

Shades of Quartz #D7D2FB

Tints of Quartz #D7D2FB

Color information

#D7D2FB (or 0xD7D2FB) is unknown color: approx Quartz. HEX triplet: D7, D2 and FB. RGB value is (215,210,251). Sum of RGB (Red+Green+Blue) = 215+210+251=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D2FB is #282D04. Grayscale: #D8D8D8. Windows color (decimal): -2632965 or 16503511. OLE color: 16503511.

HSL color Cylindrical-coordinate representation of color #D7D2FB: hue angle of 247.32º degrees, saturation: 0.84, 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 #D7D2FB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215210251-
CMYK0.140.1600.02
HSL247.32º83.67%90.39%-
HSV(B)247.32º16.33%98.43%-
XYZ68.4867.51100.69-
YUV216.17147.66127.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 210 (82.42% from 255) = 31.07%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=31.80%
G=31.07%
B=37.13%

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
Decimal2152102510.140.1600.02247.3283.6790.39
HexD7D2FBE1002f7545a
Octal327322373162002367124132
Binary1101011111010010111110111110100000101111011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D2FB; }

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

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

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

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

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

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

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

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