#DBDBE7

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

Shades of Quartz #DBDBE7

Tints of Quartz #DBDBE7

Color information

#DBDBE7 (or 0xDBDBE7) is unknown color: approx Quartz. HEX triplet: DB, DB and E7. RGB value is (219,219,231). Sum of RGB (Red+Green+Blue) = 219+219+231=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBE7 is #242418. Grayscale: #DCDCDC. Windows color (decimal): -2368537 or 15195099. OLE color: 15195099.

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

Color convert

RGB219219231-
CMYK0.050.0500.09
HSL240º20%88.24%-
HSV(B)240º5.19%90.59%-
XYZ68.9771.4985.77-
YUV220.37134127.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=32.74%
G=32.74%
B=34.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192192310.050.0500.092402088.24
HexDBDBE75509f01458
Octal3333333475501136024130
Binary1101101111011011111001111011010100111110000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBE7; }

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

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

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

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

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

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

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

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