#D5D1F9

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

Shades of Quartz #D5D1F9

Tints of Quartz #D5D1F9

Color information

#D5D1F9 (or 0xD5D1F9) is unknown color: approx Quartz. HEX triplet: D5, D1 and F9. RGB value is (213,209,249). Sum of RGB (Red+Green+Blue) = 213+209+249=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5D1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D1F9 is #2A2E06. Grayscale: #D6D6D6. Windows color (decimal): -2764295 or 16372181. OLE color: 16372181.

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

Color convert

RGB213209249-
CMYK0.140.1600.02
HSL246º76.92%89.8%-
HSV(B)246º16.06%97.65%-
XYZ67.3466.5998.93-
YUV214.76147.33126.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 209 (82.03% from 255) = 31.15%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=31.74%
G=31.15%
B=37.11%

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
Decimal2132092490.140.1600.0224676.9289.8
HexD5D1F9E1002f64d5a
Octal325321371162002366115132
Binary1101010111010001111110011110100000101111011010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1F9; }

 p { color: rgb(213,209,249); }

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

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

 a { background-color: rgb(213,209,249); }

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

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

 span { border-color: rgb(213,209,249); }

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