#DBDBEF

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

Shades of Quartz #DBDBEF

Tints of Quartz #DBDBEF

Color information

#DBDBEF (or 0xDBDBEF) is unknown color: approx Quartz. HEX triplet: DB, DB and EF. RGB value is (219,219,239). Sum of RGB (Red+Green+Blue) = 219+219+239=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEF is #242410. Grayscale: #DDDDDD. Windows color (decimal): -2368529 or 15719387. OLE color: 15719387.

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

Color convert

RGB219219239-
CMYK0.080.0800.06
HSL240º38.46%89.8%-
HSV(B)240º8.37%93.73%-
XYZ70.1271.9691.85-
YUV221.28138126.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=32.35%
G=32.35%
B=35.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192192390.080.0800.0624038.4689.8
HexDBDBEF8806f0265a
Octal33333335710100636046132
Binary110110111101101111101111100010000110111100001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBEF; }

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

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

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

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

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

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

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

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