#DBDBE6

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

Shades of Quartz #DBDBE6

Tints of Quartz #DBDBE6

Color information

#DBDBE6 (or 0xDBDBE6) is unknown color: approx Quartz. HEX triplet: DB, DB and E6. RGB value is (219,219,230). Sum of RGB (Red+Green+Blue) = 219+219+230=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBE6 is #242419. Grayscale: #DCDCDC. Windows color (decimal): -2368538 or 15129563. OLE color: 15129563.

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

Color convert

RGB219219230-
CMYK0.050.0500.10
HSL240º18.03%88.04%-
HSV(B)240º4.78%90.2%-
XYZ68.8371.4485.02-
YUV220.25133.5127.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=32.78%
G=32.78%
B=34.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192192300.050.0500.1024018.0388.04
HexDBDBE6550Af01258
Octal3333333465501236022130
Binary1101101111011011111001101011010101011110000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBE6; }

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

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

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

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

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

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

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

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