#D7D4F3

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

Shades of Quartz #D7D4F3

Tints of Quartz #D7D4F3

Color information

#D7D4F3 (or 0xD7D4F3) is unknown color: approx Quartz. HEX triplet: D7, D4 and F3. RGB value is (215,212,243). Sum of RGB (Red+Green+Blue) = 215+212+243=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7D4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D4F3 is #282B0C. Grayscale: #D8D8D8. Windows color (decimal): -2632461 or 15979735. OLE color: 15979735.

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

Color convert

RGB215212243-
CMYK0.120.1300.05
HSL245.81º56.36%89.22%-
HSV(B)245.81º12.76%95.29%-
XYZ67.7568.0194.35-
YUV216.43142.99126.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.09%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=32.09%
G=31.64%
B=36.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152122430.120.1300.05245.8156.3689.22
HexD7D4F3CD05f63859
Octal32732436314150536670131
Binary110101111101010011110011110011010101111101101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D4F3; }

 p { color: rgb(215,212,243); }

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

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

 a { background-color: rgb(215,212,243); }

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

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

 span { border-color: rgb(215,212,243); }

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