#D8DEFB

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

Shades of Quartz #D8DEFB

Tints of Quartz #D8DEFB

Color information

#D8DEFB (or 0xD8DEFB) is unknown color: approx Quartz. HEX triplet: D8, DE and FB. RGB value is (216,222,251). Sum of RGB (Red+Green+Blue) = 216+222+251=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEFB is #272104. Grayscale: #DFDFDF. Windows color (decimal): -2564357 or 16506584. OLE color: 16506584.

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

Color convert

RGB216222251-
CMYK0.140.1200.02
HSL229.71º81.4%91.57%-
HSV(B)229.71º13.94%98.43%-
XYZ71.8573.81101.73-
YUV223.51143.51122.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=31.35%
G=32.22%
B=36.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162222510.140.1200.02229.7181.491.57
HexD8DEFBEC02e6515c
Octal330336373161402346121134
Binary110110001101111011111011111011000101110011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEFB; }

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

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

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

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

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

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

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

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