#D7D5F4

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

Shades of Quartz #D7D5F4

Tints of Quartz #D7D5F4

Color information

#D7D5F4 (or 0xD7D5F4) is unknown color: approx Quartz. HEX triplet: D7, D5 and F4. RGB value is (215,213,244). Sum of RGB (Red+Green+Blue) = 215+213+244=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7D5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5F4 is #282A0B. Grayscale: #D9D9D9. Windows color (decimal): -2632204 or 16045527. OLE color: 16045527.

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

Color convert

RGB215213244-
CMYK0.120.1300.04
HSL243.87º58.49%89.61%-
HSV(B)243.87º12.7%95.69%-
XYZ68.1568.5795.23-
YUV217.13143.16126.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=31.99%
G=31.70%
B=36.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152132440.120.1300.04243.8758.4989.61
HexD7D5F4CD04f43a5a
Octal32732536414150436472132
Binary110101111101010111110100110011010100111101001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5F4; }

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

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

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

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

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

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

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

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