#D9DBFB

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

Shades of Quartz #D9DBFB

Tints of Quartz #D9DBFB

Color information

#D9DBFB (or 0xD9DBFB) is unknown color: approx Quartz. HEX triplet: D9, DB and FB. RGB value is (217,219,251). Sum of RGB (Red+Green+Blue) = 217+219+251=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBFB is #262404. Grayscale: #DDDDDD. Windows color (decimal): -2499589 or 16505817. OLE color: 16505817.

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

Color convert

RGB217219251-
CMYK0.140.1300.02
HSL236.47º80.95%91.76%-
HSV(B)236.47º13.55%98.43%-
XYZ71.3672.38101.48-
YUV222.05144.34124.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.59%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=31.59%
G=31.88%
B=36.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172192510.140.1300.02236.4780.9591.76
HexD9DBFBED02ec515c
Octal331333373161502354121134
Binary110110011101101111111011111011010101110110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBFB; }

 p { color: rgb(217,219,251); }

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

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

 a { background-color: rgb(217,219,251); }

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

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

 span { border-color: rgb(217,219,251); }

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