#D8DBEF

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

Shades of Quartz #D8DBEF

Tints of Quartz #D8DBEF

Color information

#D8DBEF (or 0xD8DBEF) is unknown color: approx Quartz. HEX triplet: D8, DB and EF. RGB value is (216,219,239). Sum of RGB (Red+Green+Blue) = 216+219+239=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBEF is #272410. Grayscale: #DCDCDC. Windows color (decimal): -2565137 or 15719384. OLE color: 15719384.

HSL color Cylindrical-coordinate representation of color #D8DBEF: hue angle of 232.17º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DBEF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216219239-
CMYK0.100.0800.06
HSL232.17º41.82%89.22%-
HSV(B)232.17º9.62%93.73%-
XYZ69.2371.4991.81-
YUV220.38138.51124.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=32.05%
G=32.49%
B=35.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162192390.100.0800.06232.1741.8289.22
HexD8DBEFA806e82a59
Octal33033335712100635052131
Binary110110001101101111101111101010000110111010001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBEF; }

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

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

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

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

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

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

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

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