#D5D1F0

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

Shades of Quartz #D5D1F0

Tints of Quartz #D5D1F0

Color information

#D5D1F0 (or 0xD5D1F0) is unknown color: approx Quartz. HEX triplet: D5, D1 and F0. RGB value is (213,209,240). Sum of RGB (Red+Green+Blue) = 213+209+240=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5D1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D1F0 is #2A2E0F. Grayscale: #D5D5D5. Windows color (decimal): -2764304 or 15782357. OLE color: 15782357.

HSL color Cylindrical-coordinate representation of color #D5D1F0: hue angle of 247.74º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5D1F0 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213209240-
CMYK0.110.1300.06
HSL247.74º50.82%88.04%-
HSV(B)247.74º12.92%94.12%-
XYZ65.9766.0491.71-
YUV213.73142.83127.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.18%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=32.18%
G=31.57%
B=36.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132092400.110.1300.06247.7450.8288.04
HexD5D1F0BD06f83358
Octal32532136013150637063130
Binary110101011101000111110000101111010110111110001100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1F0; }

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

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

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

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

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

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

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

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