#D1D7FB

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

Shades of Quartz #D1D7FB

Tints of Quartz #D1D7FB

Color information

#D1D7FB (or 0xD1D7FB) is unknown color: approx Quartz. HEX triplet: D1, D7 and FB. RGB value is (209,215,251). Sum of RGB (Red+Green+Blue) = 209+215+251=675 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.96% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1D7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D7FB is #2E2804. Grayscale: #D9D9D9. Windows color (decimal): -3024901 or 16504785. OLE color: 16504785.

HSL color Cylindrical-coordinate representation of color #D1D7FB: hue angle of 231.43º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1D7FB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209215251-
CMYK0.170.1400.02
HSL231.43º84%90.2%-
HSV(B)231.43º16.73%98.43%-
XYZ68.0169.12101.02-
YUV217.31147.01122.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.96%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=30.96%
G=31.85%
B=37.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092152510.170.1400.02231.438490.2
HexD1D7FB11E02e7545a
Octal321327373211602347124132
Binary1101000111010111111110111000111100101110011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7FB; }

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

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

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

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

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

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

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

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