#DBDCE3

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

Shades of Quartz #DBDCE3

Tints of Quartz #DBDCE3

Color information

#DBDCE3 (or 0xDBDCE3) is unknown color: approx Quartz. HEX triplet: DB, DC and E3. RGB value is (219,220,227). Sum of RGB (Red+Green+Blue) = 219+220+227=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE3 is #24231C. Grayscale: #DCDCDC. Windows color (decimal): -2368285 or 14933211. OLE color: 14933211.

HSL color Cylindrical-coordinate representation of color #DBDCE3: hue angle of 232.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDCE3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219220227-
CMYK0.040.0300.11
HSL232.5º12.5%87.45%-
HSV(B)232.5º3.52%89.02%-
XYZ68.6771.7982.91-
YUV220.5131.67126.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 227 (89.06% from 255) = 34.08%
R=32.88%
G=33.03%
B=34.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192202270.040.0300.11232.512.587.45
HexDBDCE3430Be8c57
Octal3333343434301335014127
Binary11011011110111001110001110011010111110100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCE3; }

 p { color: rgb(219,220,227); }

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

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

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

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

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

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

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