#D8DBFB

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

Shades of Quartz #D8DBFB

Tints of Quartz #D8DBFB

Color information

#D8DBFB (or 0xD8DBFB) is unknown color: approx Quartz. HEX triplet: D8, DB and FB. RGB value is (216,219,251). Sum of RGB (Red+Green+Blue) = 216+219+251=686 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.49% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFB is #272404. Grayscale: #DDDDDD. Windows color (decimal): -2565125 or 16505816. OLE color: 16505816.

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

Color convert

RGB216219251-
CMYK0.140.1300.02
HSL234.86º81.4%91.57%-
HSV(B)234.86º13.94%98.43%-
XYZ71.0672.23101.46-
YUV221.75144.51123.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.49%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=31.49%
G=31.92%
B=36.59%

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
Decimal2162192510.140.1300.02234.8681.491.57
HexD8DBFBED02eb515c
Octal330333373161502353121134
Binary110110001101101111111011111011010101110101110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBFB; }

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

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

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

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

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

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

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

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