#D7D1F4

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

Shades of Quartz #D7D1F4

Tints of Quartz #D7D1F4

Color information

#D7D1F4 (or 0xD7D1F4) is unknown color: approx Quartz. HEX triplet: D7, D1 and F4. RGB value is (215,209,244). Sum of RGB (Red+Green+Blue) = 215+209+244=668 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.19% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7D1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D1F4 is #282E0B. Grayscale: #D6D6D6. Windows color (decimal): -2633228 or 16044503. OLE color: 16044503.

HSL color Cylindrical-coordinate representation of color #D7D1F4: hue angle of 250.29º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D1F4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215209244-
CMYK0.120.1400.04
HSL250.29º61.4%88.82%-
HSV(B)250.29º14.34%95.69%-
XYZ67.1566.5894.9-
YUV214.78144.49128.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.19%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=32.19%
G=31.29%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152092440.120.1400.04250.2961.488.82
HexD7D1F4CE04fa3d59
Octal32732136414160437275131
Binary110101111101000111110100110011100100111110101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D1F4; }

 p { color: rgb(215,209,244); }

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

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

 a { background-color: rgb(215,209,244); }

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

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

 span { border-color: rgb(215,209,244); }

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