#DBDBEB

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

Shades of Quartz #DBDBEB

Tints of Quartz #DBDBEB

Color information

#DBDBEB (or 0xDBDBEB) is unknown color: approx Quartz. HEX triplet: DB, DB and EB. RGB value is (219,219,235). Sum of RGB (Red+Green+Blue) = 219+219+235=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEB is #242414. Grayscale: #DCDCDC. Windows color (decimal): -2368533 or 15457243. OLE color: 15457243.

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

Color convert

RGB219219235-
CMYK0.070.0700.08
HSL240º28.57%89.02%-
HSV(B)240º6.81%92.16%-
XYZ69.5471.7288.78-
YUV220.82136126.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=32.54%
G=32.54%
B=34.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192192350.070.0700.0824028.5789.02
HexDBDBEB7708f01d59
Octal3333333537701036035131
Binary1101101111011011111010111111110100011110000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBEB; }

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

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

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

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

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

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

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

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