#D6D8FB

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

Shades of Quartz #D6D8FB

Tints of Quartz #D6D8FB

Color information

#D6D8FB (or 0xD6D8FB) is unknown color: approx Quartz. HEX triplet: D6, D8 and FB. RGB value is (214,216,251). Sum of RGB (Red+Green+Blue) = 214+216+251=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8FB is #292704. Grayscale: #DBDBDB. Windows color (decimal): -2696965 or 16505046. OLE color: 16505046.

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

Color convert

RGB214216251-
CMYK0.150.1400.02
HSL236.76º82.22%91.18%-
HSV(B)236.76º14.74%98.43%-
XYZ69.770.37101.18-
YUV219.39145.84124.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.42%
GREEN value IS 216 (84.77% from 255) = 31.72%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=31.42%
G=31.72%
B=36.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142162510.150.1400.02236.7682.2291.18
HexD6D8FBFE02ed525b
Octal326330373171602355122133
Binary110101101101100011111011111111100101110110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D8FB; }

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

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

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

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

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

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

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

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