#DBDBE5

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

Shades of Quartz #DBDBE5

Tints of Quartz #DBDBE5

Color information

#DBDBE5 (or 0xDBDBE5) is unknown color: approx Quartz. HEX triplet: DB, DB and E5. RGB value is (219,219,229). Sum of RGB (Red+Green+Blue) = 219+219+229=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE5 is #24241A. Grayscale: #DCDCDC. Windows color (decimal): -2368539 or 15064027. OLE color: 15064027.

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

Color convert

RGB219219229-
CMYK0.040.0400.10
HSL240º16.13%87.84%-
HSV(B)240º4.37%89.8%-
XYZ68.6971.3884.29-
YUV220.14133127.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.83%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 229 (89.84% from 255) = 34.33%
R=32.83%
G=32.83%
B=34.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192192290.040.0400.1024016.1387.84
HexDBDBE5440Af01058
Octal3333333454401236020130
Binary1101101111011011111001011001000101011110000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBE5; }

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

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

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

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

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

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

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

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